Recent content by limcurry87

  1. L

    If ElseIf within another If ElseIf in ASP

    Hey SubSpace, Yupz, it's the missing THEN after ELSEIF Thanks alot..=) It's working now already...
  2. L

    ASP code Auto-Run

    Hi SubSpace, Very Sorry if you misunderstand my explanation on the earlier post. Haha Actually i did not take out the vbscript functions because it has to be there for other codes to work, basically at first because i was thinking of using the vbscript function to update my database (more...
  3. L

    If ElseIf within another If ElseIf in ASP

    Hi Tetranz, The page still has no response even after i tried both your method. Basically if i took out the brown codes, the whole page could work. The brown codes was my own add-on extension so as to do more of 'intelligence' checking.. So therefore could only use If-else, or Select...
  4. L

    If ElseIf within another If ElseIf in ASP

    Hi, i've this problem here.. Which i suspect is about IF-Else Statement within another IF-Else Statement in ASP. Basically when the current page needs to run Chapter1.asp, it couldn't work. Chapter1.asp(below page) is being link by this current page when the 'init()' function is activated...
  5. L

    ASP code Auto-Run

    heya, I've just managed to solved my problem here.. Instead of placing the update database in the page itself because it sure will run no matter where i place the function, i've think i through and decided to place it on another page, for example (Quit.asp) First by clicking on the...
  6. L

    ASP code Auto-Run

    Ya, i've checked it, i'm very sure i did not call it elsewhere except for the condition on one part of my vbscript that triggers the function. I did place quite a few line Asp codes in between vbscripts. It will not affect the whole running of vbscripts right? for example like: <script>...
  7. L

    ASP code Auto-Run

    Hi, I know this question is quite stupid, but is it possible that ASP codes behind the page will run once through the whole page before the page is display? Because i had one ASP code inside an VBscript function which will increment a value in the database, which only if i enter that...
  8. L

    Syntax error in UPDATE statement.

    Hi Riley and SubSpace, Finally i know the reason behind all my problems, again it is not the syntax or codes! Argzhh, actually is that my project folder in the first place did not enable sharing permission untill i went to enable it just now. from the beginning i thought (from previous...
  9. L

    Syntax error in UPDATE statement.

    Thanks riley, I've tried it before.. To SubSpace, I've read that particular microsoft article regarding this error message, and before i post it i had already went to my IIS and edit my profile.. To reconfirm, the steps is it: - IIS prog - Left sidebar (Right click (Go to Properties...
  10. L

    Syntax error in UPDATE statement.

    Hi Subspace, thanks for replying... Seems like the error message has now move to point at the execute statement now... ----------------------------- Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Operation must use an...
  11. L

    Syntax error in UPDATE statement.

    Hi doctorilla / HighFlyer, I've looked through urs whole posting on this as i've search through the internet for my error that i'm having now.. And i've just modified my code according to your suggestion into this.. SQL = "UPDATE `userInfo` SET `vlevel` = '" &varlevel& "' WHERE...
Back
Top