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

    flash/html question

    Hi there, you may want to use a script to detect your flash. And if the user doesn't have the flash plugin, it'll display a static graphic over it (the area of the flash movie). <!-- begin the OBJECT tag, which will be understood by ActiveX-capable browsers --> <OBJECT...
  2. MaryChan

    [javascript:window.history.back()]

    thks... tried the back button. it works. I happen to chance upon an article that says that the forward() actually loads the next URL in the history. So does that mean that as long as I've not seen the page, i.e. the page is not in the history list, I can't access it. Is there any way to go...
  3. MaryChan

    CSS [Netscape VS IE]

    hi there, I've just started using CSS in the development of my projects. I've done a check to call the respective file when the detected browser is IE or NS. <% Dim browser browser = Request.ServerVariables(&quot;HTTP_USER_AGENT&quot;) If InStr(browser, &quot;IE&quot;) > 0 Then %> <LINK...
  4. MaryChan

    [javascript:window.history.back()]

    hi, I'm using the following code to direct the user back to the previous page. [javascript:window.history.back()] Now I'm using the other one to direct the user to the next page [javascript:window.history.forward()]. But the .forward doesn't seem to work. Can anyone pls enlighten me on...
  5. MaryChan

    hi there, I'm trying to store s

    hi guys, I've tried taking out the single quotes and replaced the spaces with %20 and my file is working now !!!! Thanks a mill!!! you guys really saved my life. Thanks again for your help. Really appreciate it. Mary
  6. MaryChan

    hi there, I'm trying to store s

    hi there, I'm trying to store some variables into a database and at the same time pass it back to another page. I'm able to store it in the database, but I have trouble passing it back to the other page. I keep getting stuck over here. Is this (&amp;Curr) some keyword that I can't use or...
  7. MaryChan

    Decimal or Double ??

    good day !! thanks for the information. so does that mean that every time I want to store a number with decimal places, I have to set it to Double ??? if this is so, then where does the Decimal comes in ?? so what is Bar-codes all abt and how can it aid me in my development ?? Tks.
  8. MaryChan

    Decimal or Double ??

    hi, I want to insert numeric values into MS Access2K database that will be able capture up to 2 decimal places. So I set the data type for that particular fld to be &quot;Number&quot; and set it to decimal. however, it doesn't seem to capture the last 2 digitals in the decimal place. i.e...

Part and Inventory Search

Back
Top