Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Hyperlink with prefilled value at target
Old 08-14-2006, 12:31 PM Hyperlink with prefilled value at target
Junior Talker

Posts: 1
Name: Joyce
Trades: 0
Sorry, I'm not sure how to ask this question. I'm wanting to put a link on my page that not only takes the viewer to the new page; but also fills in a value text at the other end. Seems like I've clicked on these sorts of links before myself; how is that done? Feel free to point and laugh if this is a stupid question.
__________________
Thanks,
Joyce

Please login or register to view this content. Registration is FREE
joycee is offline
Reply With Quote
View Public Profile Visit joycee's homepage!
 
 
Register now for full access!
Old 08-14-2006, 12:44 PM Re: Hyperlink with prefilled value at target
Oneway's Avatar
Skilled Talker

Posts: 71
Trades: 0
You'll need a scripting language like PHP to enable dataflow between two pages.

If you create a link like this:
HTML Code:
<a href="filename.php?name=text">Click me</a>
Then in the filename.php you can catch and print it with the following code.
PHP Code:
if(isSet($_GET['name'])) echo $_GET['name']; 
There are a lot of other ways of doing this, but you will need to use a scripting langauge.
Oneway is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Hyperlink with prefilled value at target
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.59298 seconds with 12 queries