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

    write out a jump menu form option

    hi everyone, The following isn't working? What I'm trying to do is display on screen one of the option in the jump menu. If I changed the this line getstuff = request.form("option1") TO getstuff = request.form("ss") it'll display the input field's stuff but jump menu...
  2. MikeDee

    Index Server Search WHY in IISSAMPLES Folder

    Hi, Why does MS Index Server Search page have to be in IISSAMPLES Folder? Is there a way to change that?
  3. MikeDee

    Cookies storing Text

    Hi everybody, This is really giving me a headache. I have a link to a form. With that link I want to grab some text on that page store it temporarily and on the next page it links to put the stored text into a TextField. anybody please help....
  4. MikeDee

    a

    a
  5. MikeDee

    Database image displaying

    Hiya, I have this bit of code in my program that creates a link that opens an image file. How can I modify the below bit of code so that its not a link, and it will just Display the image file? Response.Write &quot;<a href=&quot;&quot;file.asp?ID=&quot; & rs(&quot;ID&quot;) &...
  6. MikeDee

    Splitting a filename string

    Hi everybody, I'm have a filename string (eg. under vpath is something like threadminder.cfm?SPID=333&CFID=21258514&CFTOKEN=70628041.html ) and Im trying split the string up so that the first 20 characters shows on one line and the next 20 lines a separate line benaeth the first line. like:-...
  7. MikeDee

    Close a window with frames

    If I had a page with a link that opens a new window. In that new window I had something like this <a href=&quot;javascript: window.close();&quot;>close window</a> that would close the window. But if the new window is a frameset with eg. 3 frames. the above command dont work?
  8. MikeDee

    Expanding/Collaspe Menu

    If I want to insert an image in between other image onclick. How can I do that? Expanding/Collaspe Menu kinda thing for IE & Netscape below is a structure of what Im wanting to do. ----------------- <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot...
  9. MikeDee

    controlling document.write????

    is there somewhere to get a simple free example?
  10. MikeDee

    controlling document.write????

    Can somebody help me???? The problem I have here in this program is that when you click on 'ISG' it document.write(&quot;ISG Content&quot;); into a new page. What it suppose to do is document.write(&quot;ISG Content&quot;); underneath the 'm_isg.gif' image? The program below...
  11. MikeDee

    absolute Vs Relative Links

    Vituz yeah, thats what I mean the Adv and disadv of this <a href=&quot;http://www.somewhere.com/somefile.html&quot;>absolute</a> the Adv and disadv of this <a href=&quot;somefile.html&quot;>relative</a> Which of the above would you use?
  12. MikeDee

    absolute Vs Relative Links

    Does anybody know which type of path/link is better. I heard well Absolute is better for copying and pasting, but I heard that it is slower. Is this true?
  13. MikeDee

    Validation in a jump menu

    Hi everybody, I'm trying to have validation in a jump menu. So when you submit without selecting an option alert(&quot;please select an option in the menu&quot;); when an option has been selected alert(&quot;Its good&quot;);} Below is what is trying to do that but doesn't work. <html>...
  14. MikeDee

    List Menu validation

    If I had a list box like (below). Is it possible to have a submit button to detect if someone has selected an option in the menu? So if someone just press the submit without selecting an option in the menu a Javascript will alert(&quot;error&quot;); <select name=&quot;bactivity&quot...
  15. MikeDee

    concatenation of variables, functions, &amp; strings

    I'm really having troubles dynamically generating the below stuff? I've tried using the \&quot; \&quot; that doesn't produce errors and also it doesn't seem to display the images?? document.write(&quot;<table width='501' border='0' cellspacing='0' cellpadding='0'>&quot;)...
  16. MikeDee

    include a .js in a .js ??? Vituz

    You know how you can <script src=&quot;file.js&quot;></script> and include a .js in an HTML Page. Ive tried the same in a .js file and it doesnt work. So I was wondering is there a way to, when you're in a .js to include another .js? ------------- Anybody, How can I call a .js file in a...
  17. MikeDee

    include a .js in a .js ???

    Anybody, How can I call a .js file in a .js file? ie. file.js (full of functions) call filearray.js (arrays)?
  18. MikeDee

    document.write Quotations

    When using document.write is it like this:- document.write(&quot; everything inside the double quote will be single quote &quot;); I've try it for the following and its giving me an error? document.write(&quot;<td><img alt ='' border=0 height=10 src='&quot;images_topmenu/spacer.GIF&quot;'...
  19. MikeDee

    hiding all elements of an array

    Hi Everyone, Im trying to hide an array of many elements in a Layer. Yes, the below works but only with the first element in the array. When I mouse out the first element the layer gets hidden so Im not able to cursor over elements below the first one. So I added following thinking it would...

Part and Inventory Search

Back
Top