473,387 Members | 1,611 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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 1342
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
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
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
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
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
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
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
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
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
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
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
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.