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.

Coding Forum


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



Reply
How to mask the URL in the address bar...
Old 02-16-2004, 03:35 PM How to mask the URL in the address bar...
Novice Talker

Posts: 5
Trades: 0
Does anyone know how to send important information between cgi scripts (like a password) without having it displayed in the address bar like this?:

http://www.mysite.com/cgi-bin/myscri...d=sesamestreet

Maybe there's possibly a way to mask the URL or something...

Thanks in advance!
weexpectedTHIS is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-19-2004, 12:02 AM
Skilled Talker

Posts: 75
Location: New Jersey, USA
Trades: 0
If you use the GET method in a form, you'll see what you describe. However. by using the POST method, you do not.

You can convert your links to be forms and not show any parameters.

Does this help?
__________________

Please login or register to view this content. Registration is FREE

Where you can get personal, online!
eBlush_Hector is offline
Reply With Quote
View Public Profile Visit eBlush_Hector's homepage!
 
Old 02-19-2004, 02:26 PM
Skilled Talker

Posts: 75
Location: New Jersey, USA
Trades: 0
Quote:
weexpectedTHIS wrote on 02-19-2004 03:53 AM:
Yes, this helps, but how you convert links to forms? I don't want to have to click on a button to follow the link. I want it to be text.


Use this...
<form name="theForm">
<input type=text name="formInput">
<a href="java script:document.theForm.submit();">Submit Link</a>
</form>



BTW, Glad to help!
__________________

Please login or register to view this content. Registration is FREE

Where you can get personal, online!
eBlush_Hector is offline
Reply With Quote
View Public Profile Visit eBlush_Hector's homepage!
 
Reply     « Reply to How to mask the URL in the address bar...
 

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.65328 seconds with 12 queries