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 gkittelson 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: Lisen
  • Order by date
  1. Lisen

    NS trouble

    Hi Jeff, thanks, I'll try that. Yoü'd be supreised to know the usage of Netscape 4.x I've found according to the statistics... Good morning! (Well, it's 7a m here in Sweden now) /Lis
  2. Lisen

    NS trouble

    Hi, with this little piece of coding (I've changed the names of the text fields): <SELECT NAME=&quot;NumberOf&quot; onChange=&quot;TheTotalSumOf.value=((NumberOf.value) * (<%=ThePrice%>))&quot;> When a number is chosen in the dropdown, the total sum is shown in the textfield named...
  3. Lisen

    pass variables to next page

    I usually put variables in a link collection, for example: titel=23 ‘if contents is an number Response.Redirect &quot;somepage.asp?titelid=&quot;&titel Then in somepage.asp a pick up the value through somevarname=Request.Querystring (“titelid”) you can insert various values in a link, just put...
  4. Lisen

    Security

    Hi, I'm constructing a WWW location, which will update a databased site. (http://www.lis-rosenqvist.info/lindochco/update/upstart.asp you can login with s and s) After logging out, the next browseruser can just use the back-button and will get 'inside', if the browser hasn't been shut down...
  5. Lisen

    detect if scroll necessary

    Hello there, I've got a page wirh a layer that contains info within a second layer. Two other layers handle the scrollingup and -down. Is it possible for the browser to detect weather scrolling is necessary or not? Well, if that should be the case THEN the scrolling function is called upon and...
  6. Lisen

    file attachment

    Hi there lobstah, I really apreciate your helpful attitude! I don't know yet which ASP components (apart from ASPmail) that are accessable on the server. I've mailed their webmaster and will hopefully soon find out. I want to create the possibility to upload files, create and browse folders...

Part and Inventory Search

Back
Top