Jump to content
  • 0

Open webpage in a new window.


Aloha24

Question

I have a webpage that I would like make available through other webpages but open this webform in a new window. The webpage is for the user to request changes to the database.

Does this make sense??

I appreciate any help you might have on this.

Thanks

8)

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

I am not sure exactly how you have a link to a new page. Is it configure on the web page itself or inside a caspio datapage?

The basics of the link code would be:

<a href=\"url\">Text to be displayed</a>

To make your link open in a new page you would add:

<a href=\"url\" target=\"_blank\">Text to be displayed</a>
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...