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 Wanet Telecoms Ltd 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: hithere
  • Content: Threads
  • Order by date
  1. hithere

    asp/js? - refresh just one of two frames on form submit?

    all righty, here we go then! been awhile since I've done programming so (of course!) got handed a HUGE project that I'm in the very start of (and while losing hair trying to figure out table structure, I'm trying to remember how to program!). the question: I have a form in the top frame of a...
  2. hithere

    drop down - multiples allowed - ordering elements

    Hey all! we've got a drop down box with 2 weeks worth of dates that being dynamically generated. separating the two weeks is the entry "select dates". the first week (above select dates) is only visible to a small user group. everyone can see the following week (below select dates)...
  3. hithere

    left hand side scrollbars - possible? how?

    since I can't kill the close window "x" button, I'm thinking of moving that edge of a window off screen but...there's the potential a user might have enough data that they'd need to scroll. anyone know of a way to make the scroll bar appear on the left instead of the right...
  4. hithere

    stored procedure and a date

    passing a date value from asp (coded in vbs) to a stored procedure. stored procedure doesn't like the /'s in the date. creating date like this: dateshow = formatdatetime(DateAdd("d",-4,now()), vbShortDate) tried converting it to a string and changing the declaration varchar(60) in...
  5. hithere

    stored procedure benchmarking?

    anyone know a way to see how a stored procedure is more efficient than the sql string that was running? "Where's the Ka-Boom? There's supposed to be an Earth-shattering Ka-Boom!" Marvin the Martian
  6. hithere

    microbians chromeless window how to

    I want to remove the close window x from the corner of the pop up window. I've noted the vars in red that appear to control it. Anyone used this and done this before? here's the code: <script language=&quot;javascript&quot; type=&quot;text/javascript&quot...
  7. hithere

    pass data from form to pop up window

    can't get data from form into pop up this way. want to stay in vbs if possible....clues? <form method=&quot;POST&quot; action=&quot;new_page_1.asp&quot;> <p> <select size=&quot;1&quot; name=&quot;D1&quot;> <option>red</option> <option>green</option> </select><input...
  8. hithere

    create outlook appointment from asp?

    I want to send an outlook appointment email from an asp page. Can anyone point me to a page that explains how? Thanx in advance! ( code would be okay too! ;-) ) mb :-) &quot;Where's the Ka-Boom? There's supposed to be an Earth-shattering Ka-Boom!&quot; Marvin the Martian
  9. hithere

    display multiple access memo fields

    okay all, I'm at wits end (no, not sure where that is on the map). I have an Access db that has multiple memo fields. Apparently, SQL doesn't like displaying more than one, even if they're selected. I'm using the rs.getrows, I'm going to try just looping through the rs and see if that works...
  10. hithere

    asp &amp; outlook

    I want to create a signup page that writes to a db. No problem there. I am planning to send an email reminder...again, no problem. Here's the trick. I also want to schedule a either a task or a meeting into the signers Outlook. Anyone know how? Thanks in advance, Mark :-)
  11. hithere

    IIS Search not returning full results

    Hi all, Any thoughts on how to tweak IIS so that the search is more complete? We were running 4.0 and upgraded to w2k and now the search page (adapted from the 4.0 sample that was included) now brings back SOME of the results but not ALL. For example, a page that was created yesterday had 3...
  12. hithere

    2nd IE window is a cookie killer?

    Hey all, It appears that when a second IE window is opened, it wipes the cookies out? Anyone else have this problem? More importantly, have a solution? We've been using cookies to maintain some user permissions(hiding/revealing stuff) and some folks are seeing stuff the oughtn't. Your help...
  13. hithere

    fp 2002 inserting &lt;/form&gt; after &lt;form&gt; make it stop?

    hey all, using fp2002 (have to, company says so), and fp wants to &quot;help&quot; with the coding (still, grrrrrrrrrr). It's auto-inserting a closing form tag immediately after the opening form tag. anyone know how to turn off this special (read annoying) &quot;feature&quot;? If you delete...
  14. hithere

    fp2002 is inserting &lt;/form&gt; after &lt;form&gt; make it stop?

    hey all, using fp2002 (have to, company says so), and fp wants to &quot;help&quot; with the coding (still, grrrrrrrrrr). It's auto-inserting a closing form tag immediately after the opening form tag. anyone know how to turn off this special (read annoying) &quot;feature&quot;? If you delete...
  15. hithere

    enabling function keys for drop downs in page

    anybody know if this is possible in vbs, js, or asp? user wants the f4 key to drop down menus. ie5 has it set to display history. thanks! mark
  16. hithere

    FP 98 - Bookmarks &amp; Form Fields

    I've got a web page built in FP 98 and I want to set a bookmark to go back to the top of the page after the form fields are filled in so they can be reviewed...when I try this, it empties the fields...anyone know a work around...maybe a vbscript/javascript or something? Thanx
  17. hithere

    FP 98 - bookmarks &amp; form fields

    I've got a web page built in Front Page 98 and I want to set a bookmark to go back to the top of the page after the form fields are filled in so they can be reviewed...when I try this, it empties the fields...anyone know a work around...maybe a javascript or something? Thanx
  18. hithere

    memory upgrade shorting mobo?

    Hey all, have an old p166...had all of 16 megs of edo ram...got 32 megs free (compaq style) from a co-worker. machine was running fine with the original 16. replaced with the new 32. machine gives no post beeps, hard drive lite is continuously lit. replaced new with old. same problem. had...
  19. hithere

    CSS &amp; function - is it possible

    I've got about 2000 pages that were created before I arrived in my current role. They did not reference the sitestyle.css file. Can I embed a function in the css file to detect whether a page has the link or not or can you even use a function in a css page? Just curious. Thanks!
  20. hithere

    Index Server &amp; Search Results

    We're using MS index server to power our search engine. I know that in SQL there's the LIKE option where you can specify wildcards on either side of a searchstring when you query a database...it would seem reasonable that the same type of functionality would exist for index server as well but I...

Part and Inventory Search

Back
Top