Hiding Querystring Values

How we can hide values of variables in our querystring those are readable in the address bar? is there any way we can encrypt the url and when it is required we can de-crypt it also like yahoo do?

(http://www.yahoo.com/_ylh=x3oDMTB1M2EzYWFoBF9TAzI3MTYxNDkEdGVzdAMwBHRtcGwDaWUtYmV0YQ--/r/m1)

It does not change the domain name but change the folder name and query string's values.
and url encryption should be automatic.

View Replies


ADVERTISEMENT

Textbox Hiding/unhiding With Dynamic Values

i want a tutorial for hiding/unhiding textbox with dynamic values when checkbox is clicked and vice-versa.

View Replies View Related

QueryString Values

I need to pass a lot of QS variables to another page. Problem is, the form being submitted is dynamic, so I don't always know how many values I am going to be passing.

At work, we use Site Server Commerce Edition which has a nice function to pass all the QS variables ( mscsPage.URLShopperArgs() ), but it seems like this only works in the Commerce Sites because the object needed to make this function work is only available in SiteServer web sites.Is there a way to grab all the values from the QueryString and place them into a link or form? ....

View Replies View Related

Keep QueryString-values

to change the colors of a forum I am using request.querystring("cellcolor"). That works fine for my default.asp. Now I click on a topic and it links to topic.asp where the values of the query string are gone.

Which approach would you recommend? How can I store the values? The general idea is that I have got 5 main-navigation-links which point to 5 different forums, each with separate colors. So the query string can be hardcode in the HREF, but should remain if you click
further in each forum.

View Replies View Related

Passing Values As Querystring

I,am passing form variable monthsenrolled as a query string It does not work as i get a error what is wrong here

function previous(){
window.open("http://localhost/college/basic.asp?status=2&test=<%Request.form("MonthsEnrolled")%>");
}

View Replies View Related

Multiple Values From QueryString

how i could put multiple values on to a Query String and get them on the next ASP page. Currently on wy website, i know how to get one, but i am not sure how i am able to get more than one assigned to a specific variable.

View Replies View Related

Get Original Querystring Values After Decryption

Anyone have a VB function or know how to retrieve original querystring values after they have been decryted and lie within a string? Code:

View Replies View Related

Request.querystring, All Values If Empty?

How do I get all walues if my querystring is empty?

If I have a table with let's say 10 rows/records, (ID 1-10). I then have a
recordset with request.querystring("id") and get the record having the id
thats shown in the address bar ("..com?id=4" would get the record with the
id 4). How do I get all records if the querystring is empty ("..com")

I have: Code:

View Replies View Related

Pulling Values From Request.QueryString

I need to pull values from another page to a form in my script. Basically i want to update an entry in my dbase and populate those current values to a form which is working fine for most of the form except the dropdownlist. Also i dont know if this is an issue but i have a "FOR" Script running in my dropdownlist constructed as follows:

<% For x = 0 to 1000%><option value="<%=x%>" selected="<%=Request.QueryString("CabN")%>"><%=x%></option><% Next%></Select>

As you can see i place the Request.Querystring object in my code but the dropdownlist doest recognise this and continues on until it reaches 1000 which at this point it stops. I want the drop downlist to reflect the same value as that which exsist already in the datebase for it. What am I doing wrong?

View Replies View Related

Querystring Values Spaces Causing Errors

I am trying to update my table with a value passed though the
request.querystring method but as you can see from the sql statement below
it is causing errors.

In this case the name of the department as displayed is "Arts and
Entertainment" but it is giving me something strange when I try to use the
variable

update empprofile set department ='Arts%20%26%20Entertainment' where
employeenumber =219104
Microsoft JET Database Engine error '80004005'

You cannot add or change a record because a related record is required in
table 'Departments'. Code:

View Replies View Related

Saving Querystring Values Into Session Variables

In a earlier post I made to find a solution a member suggested I save my querystring values into session variables. Code:

View Replies View Related

Passing QueryString URL As A Paremeter In QueryString

The subject sounds confusing but here is what i want to do. I have a
button on my page which says

OnClick="javascript:window.open('reportsContainer.asp?pag eURL=Report1.asp?intCurrentPage=1&blnRetrieveFlag=1&Show=1',TasksRPT');"

Now on the Conatiner.asp what i do is
if Request.QueryString("Show") = 1 then
pageURL = Request.QueryString("pageURL")
end if

And then i set the pageURL along with intCurrentPage and
blnRetrieveFlag parameters to my fram src as

<frame height=500 scrolling=auto name="pageFrame" id="pageFrame"
border=0 src="<%=pageURL%>">

Code:

View Replies View Related

Hiding Email

I'm searching of a way to send an email, and i don't want the user to know
where he send the email.

Let say i want to send a message to Bob001.
I will type Bob001 in the SendTo field.
When i type the Send Email button, i would like the web page to do this:
Get the username, Bob001.
Find his email in my database
Get the message in Message.
Create the email.
Send the email.

I don't want the user to be able to read the user email.

Every example show something like a "<a href" method. Which is not what i
need.

Is there a way to do so?
1- I don't own the web server
2- Windows 2000
3- Asp install (Asp.net too)
4- Php is not available (so no mail object)

View Replies View Related

Hiding Textbox

I would like to know if this is possible. I'm using ASP with JSCRIPT.
I have a dropdown box that when the use selects a particular value, I would
like the textbox to become visible.
also if they dont choose it, I would like the textbox to be hidden.
I have this web input form with many other fields. This dropdown box is in
the middle of these fields.I dont see any property to set. I see the disable property but I want it
hidden.

View Replies View Related

Hiding Area

I have a page and dependant on what is passed via the url ie page.asp?area=xyz

If the QueryString("area")=xzy then part of the page is hidden. How would I go about this?

View Replies View Related

Hiding Our ASP Code

We have a customer that wants us to put our ASP application on their server, so they can have direct access to the database. However, we don't want to leave our code wide open for them to copy and/or modify.

I have heard that there are ways to protect our ASP code, but I don't know what they are.
Could someone please list several options for me, and preferably places where I can do a little more research?

View Replies View Related

Hiding Url In Address Bar

I have http://localhost/myweb/login.asp and i clicked some link in this page navigates to http://localhost/myweb/welcome.asp?userid=2 but in the browser address bar, I wanted to display only http://localhost/myweb/ and I wanted to hide the asp page names & query strings in the address bar.

View Replies View Related

Hiding Data

I have a table which displays data and now I would like to add some of that data together and just display it when the user clicks a button. I was just wondering if there is a way to do this on the same page such as hiding it without having to create another asp page? I was also wondering for output which is it best to use?

<%= output %>

or

<% response.write(output)%>

View Replies View Related

Hiding Querystrings

I want to hide all my querystrings variables and filename when they executed how can i do this.

View Replies View Related

Hiding Querystrings

I want to hide all my querystrings variables and filename when they executed how can i do this?

View Replies View Related

Hiding A Text Box

can u use the If Not IsNull statement to do this? and if so how please? I have various text boxes, caught in a repeat statement, when the other feilds run out of info i dont want the text box to be displayed. can anyone see what i mean? Basically when the fields before the text box run out i want the text box not to display.

View Replies View Related

Hiding Controls In Asp

I want to hide the form control on clicking the submit button on the same form.Tell me the solution.And also facing the problem while using the date time pickers in frontpage.

Actually by using asp value of date selected is being fethched in variable but on clicking the submit button again the datepicker shows the date before selecting the date.

View Replies View Related

Hiding A Code

i have a problem with one of the ASP pages in the website i am doing. I can see the code literally on the page itself on IE browser( highlighted below in red). this happens when i highlighted the page I and can see the code (SQL statement appears).

As this is a potential problem, I want to hide it so that it wont be hacked by irresponsible hackers who may change it. Code:

View Replies View Related

Hiding Image Paths

Anyone know a useful way of hiding image paths so images on my site cant be directly linked to?

I've seen sites that use <img src="image.asp?/moo/fred/image01.jpg"> (where the path starts from www.domain.com/secretfolder/moo/fred/image01.jpg) but dont know how to set this up.

BTW am on a shared host so dont have the use of base level administration if it makes any difference?

View Replies View Related

Hiding Parameters From The Address Bar

if i want to pass parameters between pages... e.g. a href="page2.asp?name=Brian"...

is there a way of hiding this so that the name=Brian part does not appear in the address bar... I would prefer not to have to use forms and buttons to do this...

View Replies View Related

Hiding Processing Page

I have a form that submits to as asp processing page and that processing page inserts the info into a database and sends me an email. <form action="process.asp" method="post">there are a few pranksters out there that like to open the process.asp page directly and send blank info to my database and email. Is there a way to have this page only work when the form submits to it but not work if you just go directly to the page. I tried changing the permission to write only, but then you are asked for a password.

View Replies View Related

Hiding Specifi Text

Is there anyway to hide specific words in my page??? for example when say "visit" in my page the asp code to prevent it from showing it in my page...any example code would much apprecited due to my limited experience to ASP

View Replies View Related

Hiding Blank Records

I want to display the contents of a field with a label if there is data in that field. If there isn't then I don't want the label to appear.

I tried this:

<%If Venueinfo("email") = "" Then
Else%>Email: <a href="mailto:<%=Venueinfo("email")%>">Click to
email</a><br><%End If%>

But it doesn't seem to work. It seems to always display the label and link even though there is no data in that field.

View Replies View Related

Hiding The File Extension

I have a website in ASP. Is it possible to somehow hide the .asp extenstion, so that other don't know what backend language is being used?

View Replies View Related

Hiding The Address Bar After Login

Is it possible to hide the address bar after logging in to the site? I have my site in which after the user has successfully logged in, i want to hide the address bar further i.e i dont want the user to see the path of asp pages.

View Replies View Related

Hiding ASP Source Code

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 difficult to reveal.

View Replies View Related

Hiding Paths In ASP To Data In MS Access

Does someone have a reasonable method for concealing the paths to data when using ASP to MS Access?

I maintain a website where some data is intended to be released according to date:time. Some visitors like to "jump the release date" and just copy-n-paste the visible short cuts so they can get an early view of the material stored in a MS Access database.

Because I do want to continue using a straightforward naming convention for the various files, I was hoping someone might have information on how they had kept from pre-releasing information in this situation.

View Replies View Related

Hiding Blank Record Data

I want to display the contents of a field with a label if there is data in that field. If there isn't then I don't want the label to appear. I tried this:

<%If Venueinfo("email") = "" Then
Else%>Email: <a href="mailto:<%=Venueinfo("email")%>">Click to
email</a><br><%End If%>

But it doesn't seem to work. It seems to always display the label and link even though there is no data in that field.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved