hi,
I don't know if this is even possible, but any help will be appreciated!
does anyone know if its possible to make use of directory names that don't actually exist? for example..
http://www.google.com/nonexistanturl/
would it be possible for google to make use of this url even though the...
Hi,
Im trying to pull out random rows from an SQL table.
Is there anyway to select all rows matching a criteria, in a complete random order?
Your help is much appreciated!!
hi, ive been looking for a way of uploading a file from a client to the sever using pure asp code with no plug-in's. Does anyone know of way to do this without downloading a 3rd party program?
Many thanks
Hi!
Ive encoded a string using server.urlencode(string) and this works fine...
However how do i unencode the string such that the text will be without the %55 ect?
Does anyone know?
Ive tried server.htmldecode and this does not seem to work.
any help would be greatly appeciated!!
Many Thanks
Hi,
Im trying to make a script which will increment a text form field value by 1 each time a button is pressed.
Here is my code so far:
=======================
<SCRIPT language="JavaScript">
function function1(afield){
var var1 = afield;
var val1 =...
hi,
I was wondering if anyone could help me out. I have a list of html pages kind of a contence page, however when a user clicks on one of the html page link i want a 'save target as' directory box to open.
I know this currently works if your linking to a .zip file, is it possible to prompt...
Hi,
I can remeber there being a post up here about how to obtain a browsers username or network name or something. Im not curious about how this works... can anyone forward me to the article ID or show it again?
Cheers
Hi,
Does anyone know if it is possible to produce a save as/open on any link? for example i have a word document link:
<a href='/worddocuments/12343.doc'>Document 17th May '02</a>
this link will link directly to the word document, however i want to produce the standard save as or open dialog...
Hi,
Does anyone know if it is possible to detect the default mail application a browser is using?
I want to be able to do this as I have a form and its method is a mailto: - Obviously not every user has access to a mail prog so i want to be able to forward a user onto a different page if they...
sorry if i was unclear..
I want to be able to accept for example $5.99 - without loosing the .99. But obviously i dont want someone to be able to enter for example - 5.99.90 or something along those lines.
please help
Many thanks
siuk
Hi, I was wondering if anyone could help me out?
I want to be able to validate a user given value. This value is a cash value.
I want the user to be able to input for example $5 in 2 different ways -
1 - 5
2 - 5.00
Does anyone have a piece of code or a link to help me?
Many Thanks
Simon
Hi,
I wonder if anyone can help me with this?
I want a form to only allow one submit, after this to stop any more submits. For example, if i press submit on my form, and then a second time - i want this second time to not submit the form, but continue with the 1st. Any ideas?
hope this makes...
Hi sorry if there was some confusion on the last post.
But all I want to be able to do is close a child window.
If I open a window called 'mywin'. How can I then close this window?
-----------------------------------------------------------
var mywin =...
Hi,
Does anyone know the correct code for closing a child window? I want to be able to close the child window on the unload event of its parent window. But i cant seem to get it working. Here is some code:
----------------------------------------
Parent Window...
Hi,
does anyone know a way to display some kind of loading message on a page which takes a while to load. Ive tried some JS - which im pritty sure it will use - but with no success! Anyone had this problem before and solved it?
Thanks alot
Hi,
I want to be able to disable a text box on my website when a tickbox is pressed. Would this be done by putting something along the lines of:
<input type=checkbox onclick="document.myform.T1.disable">
This does not work - can anyone help me?? I also would like to know how to...
Hi im trying to query a huge database, anyone know how I can stop this producing a "timeout Expired" ?
strSQL6 = "sp_my_stored1 'siuk','p','"start_date&"'"
set report6=objconn.execute(strSQL6)
report6.timeout = 200 <--- This is my guess???
do while not...
hi,
I want to know when someone has left my homepage, by closing the browser, changing urls or chrashing ect... is there any javascript codes to help with this?
cheers
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.