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 strongm 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: *

  1. dalvin200

    ASP - Server.MapPath() XMLDOM error..any help?

    Hi, I am trying to load an XML file from a path (http://.../file.xml) using the XMLDOM, but everytime I try this it fails and gives me the following error: Server.MapPath() error 'ASP 0173 : 80004005 Invalid Path Character An invalid character was specified in the Path parameter for the...
  2. dalvin200

    Submitting a Form Problems..

    Paul, Thanks for that, I had just 2 minutes ago done it that same way myself !! i had forgotten about passing it via the querystring !! DOH :) Thanks
  3. dalvin200

    Submitting a Form Problems..

    hey krappleboy, i have already tried this.. if u read my thred, i said that - "so i tried posting the form to the above javascipt:window.open.. blah blah but the hidden input field within the form never got passed through !"
  4. dalvin200

    Submitting a Form Problems..

    Hi, I'm having problems submitting a form and passing field values.. I have a page which is displayed and has the following form <form method=&quot;post&quot; action=&quot;name.asp&quot; name=&quot;frmMain&quot;> <p align=&quot;center&quot;> <input type=&quot;hidden&quot...
  5. dalvin200

    DropDown Menu &amp; Frames Problem

    ahh !! ok then ! just have to go with a collapsable sidemenu in a frame then darn company !! hehe frames are bad ! (except the fact that u dont need to replicate the code in every darn page - thats the only plus ! :) ) thanks anyway
  6. dalvin200

    DropDown Menu &amp; Frames Problem

    Hi, I am having a problem with getting a drop down menu appearing over the frame below. To be precise - i have a frame at the top which just have the drop down menu in it (coded in javascript, which has each <div> having a style=&quot;z-index:1&quot;). the second frame underneat the drop down...
  7. dalvin200

    Using pull-down menus for navigation

    hi ! i just copied/pasted your code (obviously, put in the <html><head> and their respective closing tags etc.. and ran the code - WORKED FINE !!! choose a location from the menu (ie, Yahoo), and voila - yahoo opens in a new window.. :)
  8. dalvin200

    I need Advise On Adding a &lt;TAG&gt; element on DocLoad

    Hi, I'm having severe problems adding a <tag> (the TAG is my own tag) but at runtime. I only want the tag to be inserted depending on some condition. Basically, what i want to do is, insert the <tag> part into a certain place in the BODY.. in my debugging i found that the innerHTML bit didnt...
  9. dalvin200

    2 function javascript

    hey, i dont think either of your url's work, as when u hover the mouse over any of the hyperlinks, IE pops an error 'Object Expected'
  10. dalvin200

    JavaScript Combo Box.. anyone help ?

    ahh yea.. ait.. i got it sorted, but thanks very much anyway :)
  11. dalvin200

    JavaScript Combo Box.. anyone help ?

    Hi there.. I'm new to this JavaScript game, and I need your help. What I have is a combo box (drop down list with input).. The list contains the following text : <blank space> A - Apple B - Banana C - Cherry the values for each list item are ' ', 'A', 'B' and 'C' respectivly (clever eh ...
  12. dalvin200

    ANYONE KNOW HOW TO DISABLE THE F1 key in IE4+?

    I think it can be trapped using the window.event.keycode but how do i find out what keycode the F1 key is ? all i have found is that the escape key has a keycode of 27 (or something like that) any help appreciated. Thanks :)
  13. dalvin200

    DISABLE MAXIMIZE BUTTON ON IE4+/NN4+

    is there anyway which the MAXIMIZE button can be disabled on IE4+/NN4+ web browsers ? Thank you
  14. dalvin200

    DISABLE F1 (help) key in IE4+

    Is there any way the F1 (help) key can be disabled in IE4+ browsers ? or indeed, if the someone presses the F1 key within my application, the application help will be displayed and NOT the default MSIE help. Thank you.
  15. dalvin200

    Please give advice

    how does it work ? if you want the file i'll just email it to you ait ? then u can see :P
  16. dalvin200

    Please give advice

    its a javascript file
  17. dalvin200

    Please give advice

    its a javascript
  18. dalvin200

    Please give advice

    yea i have one where u can specify a different page for each user.. gimme your email address and i'll email u the file. bhavin.jansari@experian.com
  19. dalvin200

    java function stumper

    where is the code that calls the functions when each area of the map is clicked ?
  20. dalvin200

    Preventing Drag and Drop

    Does anyone know how I can prevent a drag from outside the browser window (IE), and dropping onto the browser window (IE).. example. if i had a gif on my desktop and dragged and dropped it onto the browser window, the image would load up and i would lose what page i previously had. how can i...

Part and Inventory Search

Back
Top