Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vanillapod
  • Content: Threads
  • Order by date
  1. vanillapod

    onClick popup within <option>

    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...
  2. vanillapod

    Return Field Data Type

    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
  3. vanillapod

    Intel Pro/Wireless 2100

    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
  4. vanillapod

    WPA setup - Local network but no internet

    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...
  5. vanillapod

    Linux Noob

    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...
  6. vanillapod

    Remove Characters From User Input

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

    Stitch RTFs together?

    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...
  8. vanillapod

    Add To Word Document

    Hi, I know I can create word (.doc) files using ASP but is it possible to add lines to a word file that already exists on the server? Cheers
  9. vanillapod

    Is Popup already open?

    Hi anyone know if its possible to determine whether a popup is already open? Cheers
  10. vanillapod

    Replace IsNull Error

    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 =...
  11. vanillapod

    Stream Code Not Working?

    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...
  12. vanillapod

    Another Multiple Question!

    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...
  13. vanillapod

    records listed on page

    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...
  14. vanillapod

    Each Row Submit Button

    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...
  15. vanillapod

    Loop through request variables

    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!
  16. vanillapod

    Service

    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...
  17. vanillapod

    Unwanted Network Login Prompt!

    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...
  18. vanillapod

    Include cannot be in a parent directory

    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...
  19. vanillapod

    pdf995

    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...
  20. vanillapod

    SSL Question

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

Part and Inventory Search

Back
Top