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...
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...
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("HTTP_USER_AGENT")
If InStr(browser, "IE") > 0 Then
%>
<LINK...
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...
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
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 (&Curr) some keyword that I can't use or...
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.
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 "Number" and set it to decimal.
however, it doesn't seem to capture the last 2 digitals in the decimal place.
i.e...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.