473,606 Members | 2,218 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Hiding the query string

Red
I have a hyperlink the is
"http://www.mysite.com? feild1=hello&fi eld2=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 1361
Can you do an HTTP Post rather than a GET?
"Red" <wr****@optonli ne.net> wrote in message
news:Os******** ********@TK2MSF TNGP10.phx.gbl. ..
I have a hyperlink the is
"http://www.mysite.com? feild1=hello&fi eld2=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****@optonli ne.net> wrote in message
news:Os******** ********@TK2MSF TNGP10.phx.gbl. ..
I have a hyperlink the is
"http://www.mysite.com? feild1=hello&fi eld2=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****@optonli ne.net> wrote in message
news:Os******** ******@TK2MSFTN GP10.phx.gbl...
I have a hyperlink the is
"http://www.mysite.com? feild1=hello&fi eld2=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
2686
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 thereby steal the data. Printing is considered publicly risky and other capture methods of visble screens would be too clumsy and outside the capability of most. So we have been asked to make the source "invisible" or at least extremely...
11
4179
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 me an example of something hidden from the user?
1
2857
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") xl.Application.Visible = True xl.Parent.windows(1).Visible = True
2
2030
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 up a custom form to accept the input parameters (MS Feature Request!) for the Stored Procedure. We had two problems with MS's
17
2905
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 when the Poodle is upcast to the Dog (in its wildest dreams) it then says "bow wow" where the bernard always says "woof" (see code). Basically, it appears that I'm hiding the poodle's speak method from everything except the poodle. Why would I...
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 "http://www.mysite.com" Is this possible? Thanks in advance
1
3311
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 of rows in the list.
2
4840
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 signature. A class inherits publicly from this base class and redefines one of the two functions in the derived class. In that case, a derived class object cannot access the other base class function that it hasn't redefined. I'm posting a code snippet...
11
4929
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 color="#330099">Claim SSN: </font><b><%# Eval("ClaimSSN") %></b></td> <td colspan="2"></td>
103
4099
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 displaying the message and continues with the rest of the logic. Now I want to hide the error message from the URL, but the second script needs to continue working as is. How can I do this? I have thought about md5'ing the message but the URLs...
0
7951
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8430
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8305
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6770
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5465
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3930
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3977
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1553
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1296
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.