Hi I've got a <Select> and I want some of the <options> to have an onclick event to open a new window. I've tried
<option value="myvalue" onclick="javascript:popup(mypage.asp)">MyValue</option>
but it doesn't seem to work??? Can anyone tell me whether I can only apply onClick to the entire...
Hi I've got a page that lists all field names contained within an Access Database table, can anyone tell me how I find the data type of each field as well?
Cheers
Hi does anyone know of a driver for this network card (Intel Pro/Wireless 2100) for linux? I've looked at loads of sites that claim to have something but haven't been able to find anything...
Cheers
Hi all, I've got a couple of laptops connecting to a wireless broadband modem router which has been working fine with 128bit WEPbut I've started trying to use WPA TKIP instead and am having problems.
My laptop sees my access point and connects to it fine BUT i can't access the internet anymore...
Hi I've been looking at different linux distros for hours now, have downloaded and tried Debian, Knoppix STD, MiniSlack, Morphix and Debian Light but can't get any to run.
I've got an old P300 with 32mb ram, can anyone suggest a vers of Linux with a gui I can use and is any good?! Just want...
Hi, can anyone give me a link / show me how to strip user input of symbols / certain characters in a function?
I'ver got a form (called form1) and a field called 'comments'. The user clicks a submit button and the page saves the input to a database, but I want to remove any ' & @ etc...
Hi, carrying on from an earlier post...
I've generated an rtf from MS Word (which is stupidly massive) anyway i've put half of the code into a file called rtf1.txt and the other into rtf2.txt. I've then got an asp that:
1. Reads and copies the lines from rtf1.txt into output.rtf
2. Gets...
Hi I've got some ASP code that copies data from one client to another client (it starts another record). I'm using 'replace' to deal any ' that users have entered but i'm getting an error. My code is:
If Trim(rsce.Fields.Item("workundertaken").Value)<>"" Then
wu =...
Hi I'm trying to stream a file to the browser but i'm getting an error: 'File could not beopened', i know the file is there - what am I doing wrong?
Cheers
response.write(server.mappath("website"))
response.ContentType="application/x-msdownload"
Const adTypeBinary=1
Dim strFilePath...
Okay so i've ust been asked to change a select menu to a multiple select menu... I've put multiple in the <select> tag but now my update sql doesn't work.
I'm guessing because, for example, when the user selects two values from the list the form passes myvalue=abc&myvalue=def... can anyone show...
Hi I've got a search screen that lets my users set how many results they want displayed, using a drop down they can say All, 10, 25, 50 etc etc.
Anyway the number is passed as cnt2 hre's my code:
<%
Dim limi, cnt
If Request("cnt2")<>"" Then
limi = Request("cnt2")
Else
limi = 11 'default of...
Hi I have a page that lists all usernames + passwords as rows with each having a submit buttone.g.
UserName Password
___________________________________________
MyUsername Mypassword 'Submit button'
YourUsername Yourpassword 'Submit Button'
The username and password are...
Hi I've got a load of input boxes and select menus on a form, is there anyway I can loop through them all cuz I am lazy and can't be bothered to write down each name in a response.write(field1 & field2 & field99...) etc etc
Cheers + hope that makes sense!
Hi i have an ms access database that checks for new records in an attached table and then, if a new record exists, creates / outputs a report and then deletes the record and waits for another one, i'm using it to allow web users to create / ms snapshot reports from a backend ms access database...
Hi, I've recently copied a couple of files from one web server (where they worked a treat) to another. On the new server when anyone tries to access the files I just copied they get a network login prompt.
I've checked the file permissions for each of the new files and they're the same as...
Hi, I'm getting:
The include file '../Connections/a.asp' cannot contain '..' to indicate a parent directory.
This is odd, I've just moved the site from an old server onto a new one running windows server 2003 web edition, this error never happened on the old server so is this a permissions...
Hi - first of all I'm pretty new to vb.net.
I've got some code that looks in one of my web server folders for any new files and I've installed the pdf995 printer driver on the server.
Users can upload their files into the folder that my VB.net code watches but I'm after a way of sending...
Hi, I've just been experimenting with SSL using a self signed certificate on my server. Everything works fine but when i'm accessing the site from another PC the padlock disappears after the 4th or 5th page refresh.
Once the padlock symbol in the borwser disappears the url in the browser...
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.