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 MikeeOK 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: pet41
  • Content: Threads
  • Order by date
  1. pet41

    Frames makes me crazy!

    Can someone please help me with frames. I soon go mad --------------------------------- - mosttop.htm - - ----------------- - - - top.htm - - - - - - - ----------------- - - - - - - - - - - left - main.htm - right - - - - - - - - - - - - - - - - - - - - - -...
  2. pet41

    Problem getting height and width of a picture

    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...
  3. pet41

    Disable refresh?

    Hi I have a frame that schould not response to refresh. Is that possible? Rune
  4. pet41

    Parent frames?

    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
  5. pet41

    Automatic update

    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
  6. pet41

    Inserting linefeed in an alert string?

    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
  7. pet41

    Remote scripting - java.lang.NullpointerException

    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 =...
  8. pet41

    Parsing variabel from javascript to vbscript server-side

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

Part and Inventory Search

Back
Top