Hi Jeff
This is normal html pages (WC3 standard)
ex:
<frameset rows="1*,112,408,1*" cols="*">
<frame src="apstop.htm" name="apstop">
<frame src="top.htm">
<frameset rows="*" cols="1*,760,1*">
<frame src="left.htm" name="leftFrame">
<frame src="main.htm" name="mainFrame">
<frame...
Hi Dan
It's on the server side. What I am trying to do is to put the picture size on the server, when the picture are copying from the client. I have also develope the client application (auction house)
Thanks
I was not able to get it work right. I have to get the height and width "on the fly" looping throug a recordset. When I put a random paramter behinde the file name, I didn't get anything at all. The problem, as you say under FAQ, is deffently caching.
What to do
Rune
Hi
I am going to present a amount of picture and text (a catalog for auction house). I am using stored procedure in MS SQL to get det data. This method is very quick. It seems to that sometimes I am not getting any information about picture height and width. Here is the way i do it:
function...
Hi
I trie to hide a table in a parent frame (topframe) when user enter the site. I tought it was possibel with
parent.topframe.besk.style="display:none";, but I got Member not found. Is there other way to do this?
Thanks in advanced
Rune
Hi
I am making a application (in vb) to automatic update WEB page using MS SQL server. So fare so god. I am updating both picture and text.
My question is: Is it possible to automatic refresh asp page when there are new data on the SQL server
Thanks Rune
I maby stupid, but I can't figure out how to put a linefeed in an alert string. I am use to VB and its easy with crlf.
How to do this in Javascript?
Regards
Rune
Hi
I got the fault Java.Lang.NullpointerException on remote scripting. I use the code under VBScript/FAQ.
Can someone tell me why
Code:
back.htm
<%RSDispatch%>
<!--#include file="../_scriptlibrary/rs.asp"-->
<script language="javascript" runat="SERVER">
var public_description =...
Thanks
I think I slowly understand. So what you mean is that variabels on server-side after the pages are load is gone.
If I put the variabels in an arry like this:
do while not RsCustomerList.eof
arritem(i) = RsCustomerList("ItemDesc")
arrcat(i) = RsCustomerList("Catalognr")...
Hi
Can someone help me. Here is my script (some of it)
<script language="vbscript" runat="server">
dim itemtxt
sub gendata(bid)
set OBJdbConnection = Server.CreateObject("ADODB.Connection")
OBJdbConnection.ConnectionString = "driver={SQL...
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.