Hiding Querystrings

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

View Replies


ADVERTISEMENT

Hiding Querystrings

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

View Replies View Related

Querystrings In Asp

I need to read a querystring from a frameset, actually its the parent of the frameset. The page that will do the reading is not actually one of the pages on the frameset but a pop-up window spawned by a frame in the frameset.
Using javascript I would use the window.parent.parent.location.search property but how do I do this with asp? is there an equivalent of this?

View Replies View Related

Querystrings

I've been building an Intranet app; and have used hidden fields exclusively to pass one or two things from one page to another.

However, now I have reached a point where I may have an email sent to a co-worker, and they want to be able to click on a link in the email to take them directly to the info about that item. While previously, I had been able to get to that item by typing an identifying number in a text box and clicking a submit button, that won't be possible with a link in an email. I guess I will have to use a querystring.

I am not sure how the querystring thing works, but it looks pretty easy on first glance. Is there a tutorial, a really basic one, showing how to use the querystring? Do I have to use the post method now?

View Replies View Related

Error While Using Querystrings

i made a page in asp using querystrings for get some data and when i put in one of the variables in blank in the address bar i get this error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: ""]'

/history.asp, line 82

i don't know how to fix it...in my code i have sth like this:

If Request.QueryString("var1")="sth" AND Request.QueryString("var2")>0 Then
'make some process
End If

so in the "var2" when it's empty i get an error :/ should i do another if for when is it empty just for in some way "handle" it and don't let occure problems while some user does sth like that??

View Replies View Related

Querystrings And Cookies

I've noticed a strange problem with setting cookies in ASP when the
cookie name you're setting exists in the querystring. The company I
work for has many partner sites who link to our site like this:
www.mycompany.com/partner.asp?PartnerID=??? The partner.asp page then
sets a cookie called PartnerID containing the value from the
querystring.

We have noticed, however, that if the partner calls the partner.asp
page and alters the capitalization of 'PartnerID' then another cookie
gets set which takes the capitalization of 'PartnerID' from the
querystring. All of the other asp pages in the site then seem to read
the first cookie set and thus it appears that the 'wrong' partner
settings are being used.

Has anyone experienced this problem before? Unfortunately altering the
cookie or querystring names would be a non-trivial task so this is not
an option at the moment.

View Replies View Related

Querystrings And Redirects

I currently have been using something like this:

Code:
response.redirect(request.querystring("page"))
It worked fine because I didn't need to pass on any other values from the querystrings. But now, I need something that will redirect the page and pass all querystring values. I tried this:


Code:
response.redirect(request.querystring("page") & "&" & request.querystring)
But it brings me to something like this:
http://www.site.com/thepage.asp&page%3D/thepage.asp&id%3D7
instead of what I would like for it to say:
http://www.site.com/thepage.asp&page=/thepage.asp&id=7

Now.... I know that I could have written:

Code:
response.redirect(request.querystring("page") & "&id=" & request.querystring("id"))
But that won't work because I actually have many querystrings and I won't know which ones are used, etc. I want it to just transfer all the querystring data.

Oh, and if the redirect could take out the "page" querystring.. that would be great. Because I don't need it.. it is only used to know what page to go to. I just need to keep all the other querystrings.

View Replies View Related

Can Asp Use Valueless QueryStrings?

Can ASP use valueless or variable less QueryStrings like this:
http://yoursite.com/forum/activate.asp?985486. (Not a real link).
I would also like to know if it can use addresses like this:
http://yoursite.com/forum/activate.asp/ZeeMan48. (Not a real link either.)
I would like to know for some work I am doing.

View Replies View Related

Parsing QueryStrings

I can parse my querystring just fine. But one thing that I can't seem to get working is displaying some of the data in a select box. Example:

?id=1&type=yy&equip_id0=t1&mac_addr=123&mac_addr1=456
&equip_id1=t2&mac_addr3=789....

I can populate the id and type values in my form fields just fine but equip_id and mac_addr will never be consistent. Certain case will have only one equip_id and one mac_addr value and in other case I will have equip_id0 thru equip_id20 and same with mac_addr. I simply want to parse whatever response I get and display those equip_id and mac_addr values dynamically in a select box. Is that possible?

View Replies View Related

Problem With QueryStrings

I am creating an "Update Record" form and I ran into a problem with QueryStrings! Please help!!!

This is my code that gets the query string and I highlighted the line that causes the error: Code:

View Replies View Related

Pop Up Utilizing Querystrings

I need to find out how to incorporate a popup window that passes a querystring, after some quick research I found that by using JavaScript that you can pop up a window Code:

View Replies View Related

Blank Querystrings

I want to know how I can check if a querystring exists, whether it has a value or not.

Basically I would like to use test.asp?login without having to use ?Login=blah.

View Replies View Related

Creating Cookies From Querystrings

I am able to create and read cookies, however, I have to *create cookies from querystrings* (I cannot do this from form values, because the response page *redirects to the page I am working on, so there is no direct way to use Request.Form("var")*

Anyway, when I create the cookie, and remove the querystrings, of course, the cookie no longer works.

How do I take querystring values and turn them into cookies, such as page.asp?name=dave

to create a cookie 'username' with value 'dave'

and when they visit just plain page.asp, it remembers the value 'dave'

What can I do to get it to work?

View Replies View Related

Querystrings And Anchor Links

Whenever I click on a link (on the shoppingcart site I'm developing) that contains a querystring with the category name and an anchor name (whatever the name of the '#' bit in the URL is), SQL retrieves the category name from the querystring, filters out the appropriate information on the products and the page jumps down to the anchor link.

Once the customer clicks on a product, the processing page is meant to redirect, via the server.redirect command, back to the products page with a querystring identical to the initial filtering one (with the anchor name attached), thus teh customer is back to the same product that he clicked on, without having to scroll down every few seconds to add more of the same product.

However, even though the querystring sent by the response.redirect command is identical, the ASP code can't seperate it again properly and thus the SQL statement shows nothing, as the ASP coding thinks that the info following (and including) the # is apart of the 'category' part of the querystring.

View Replies View Related

Using Querystrings In Response.redirect?

how can i use querystrings in response.redirect?

i want to use the variables CHOSENDATE and PERIOD, like

"page.asp?date=<%response.write(request.querystring("ChosenDate"))%>&period=<%response.write(request.querystring("Period"))%>"

but of course that won't work!

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 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 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 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







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