473,480 Members | 3,098 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Hiding the query string

Red
I have a hyperlink the is
"http://www.mysite.com?feild1=hello&field2=goodbye"

how can i hide the variables being passed to the next page so that all that
is displayed to the user is
"http://www.mysite.com"

Is this possible?

Thanks in advance
Nov 18 '05 #1
3 1347
Can you do an HTTP Post rather than a GET?
"Red" <wr****@optonline.net> wrote in message
news:Os****************@TK2MSFTNGP10.phx.gbl...
I have a hyperlink the is
"http://www.mysite.com?feild1=hello&field2=goodbye"

how can i hide the variables being passed to the next page so that all that is displayed to the user is
"http://www.mysite.com"

Is this possible?

Thanks in advance

Nov 18 '05 #2
Just encrypt the QS
eg
http://www.dotnetjunkies.com/HowTo/9...75836DC72.dcik
or
http://www.dotnetjunkies.com/HowTo/9...75836DC72.dcik

A
"Red" <wr****@optonline.net> wrote in message
news:Os****************@TK2MSFTNGP10.phx.gbl...
I have a hyperlink the is
"http://www.mysite.com?feild1=hello&field2=goodbye"

how can i hide the variables being passed to the next page so that all that is displayed to the user is
"http://www.mysite.com"

Is this possible?

Thanks in advance

Nov 18 '05 #3
For what purpose? If it is for security purposes, hiding it from the
browser's address window and status bar aren't going to be enough. You would
have to keep the data on the server or encrypt it somehow.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Red" <wr****@optonline.net> wrote in message
news:Os**************@TK2MSFTNGP10.phx.gbl...
I have a hyperlink the is
"http://www.mysite.com?feild1=hello&field2=goodbye"

how can i hide the variables being passed to the next page so that all that is displayed to the user is
"http://www.mysite.com"

Is this possible?

Thanks in advance

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
2678
by: Les Juby | last post by:
I have a customer with an extensive intranet which contains a lot of sensitive company data. The client is concerned that any employee could download source code back to removable storage and...
11
4167
by: Lorenzo Villari | last post by:
I premise I don't know C++ well but... I wondered what is this data hiding thing... I mean, if I can look at the header (and i need it beacuse of the class), then what's hidden? Can someone give...
1
2849
by: Jacky11 | last post by:
Can anyone help me? Please see the code I'm using now. Public Function sheetlayout() On Error GoTo Err_Command1_Click Dim xl As Object Set xl = GetObject("c:\windows\desktop\123.csv")...
2
2019
by: Noloader | last post by:
Hello, Access XP, SQL Server 2000 Is it possible to hide a SP under Queries in Access, yet still be able to Execute it from Access? (Similar to hiding Tables, then using Views) We hooked...
17
2894
by: Bob Weiner | last post by:
What is the purpose of hiding intead of overriding a method? I have googled the question but haven't found anything that makes any sense of it. In the code below, the only difference is that...
3
256
by: Red | last post by:
I have a hyperlink the is "http://www.mysite.com?feild1=hello&field2=goodbye" how can i hide the variables being passed to the next page so that all that is displayed to the user is...
1
3303
by: marfi95 | last post by:
Is there a way to hide a row in a listview w/o removing it ? Or if I have to use a hidden listview to store another view, a way to duplicate the contents extremely fast. there could be thousands...
2
4819
by: developer.new | last post by:
Hi I have a question regarding this concept I learned about recently: Name Hiding. Here's what I've come across: There is a base class with two functions with the same name but different...
11
4911
by: JJ297 | last post by:
I want to hide the Pin field below in my repeater. How do I do this? <asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSource1"> <ItemTemplate> <tr> <td><font...
103
4031
by: chochote | last post by:
Hi, I have a PHP script that does some processing, and stores an error message as a variable. The script then redirects to another script with the error string in the URL, with the second script...
0
7055
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7061
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7030
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4799
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3015
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3011
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
574
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
210
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.