Click here to Skip to main content
15,894,740 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: csv file reading Problem Pin
Dave Kreskowiak30-Apr-07 8:08
mveDave Kreskowiak30-Apr-07 8:08 
GeneralRe: csv file reading Problem Pin
virendra_0071-May-07 23:51
virendra_0071-May-07 23:51 
Questioncombo box Pin
Patelgarha29-Apr-07 18:50
Patelgarha29-Apr-07 18:50 
AnswerRe: combo box Pin
Christian Graus29-Apr-07 18:57
protectorChristian Graus29-Apr-07 18:57 
AnswerRe: combo box Pin
Sonia Gupta29-Apr-07 19:29
Sonia Gupta29-Apr-07 19:29 
QuestionEmbedding Javascript in ASP Pin
jase7629-Apr-07 18:11
jase7629-Apr-07 18:11 
AnswerRe: Embedding Javascript in ASP Pin
Christian Graus29-Apr-07 18:21
protectorChristian Graus29-Apr-07 18:21 
GeneralRe: Embedding Javascript in ASP Pin
jase7629-Apr-07 20:27
jase7629-Apr-07 20:27 
Actually the full vbscript code is:

<%id = request("id")
sql = "Select * from listings where id ="&id
open_recordset rs,SQL
hits = rs("hits") + 1
sql ="update listings set hits ="&hits&" where id = "&id
conn.execute(sql)
url = rs("url")
closelink(rs)
closeDB()%>
<%response.redirect iurl(url)%>

Could you advise how, if possible, the redirect statement could be converted to javascript using the same variables?
QuestionHOw to use Shared Event Handler? Pin
braleping29-Apr-07 16:26
braleping29-Apr-07 16:26 
Questionhow to use Share Event Handler? Pin
braleping29-Apr-07 16:10
braleping29-Apr-07 16:10 
Questionstring manipulation Pin
uglyeyes29-Apr-07 13:44
uglyeyes29-Apr-07 13:44 
AnswerRe: string manipulation Pin
Colin Angus Mackay29-Apr-07 14:13
Colin Angus Mackay29-Apr-07 14:13 
AnswerRe: string manipulation Pin
Christian Graus29-Apr-07 14:53
protectorChristian Graus29-Apr-07 14:53 
GeneralRe: string manipulation Pin
uglyeyes29-Apr-07 16:10
uglyeyes29-Apr-07 16:10 
GeneralRe: string manipulation Pin
Christian Graus29-Apr-07 17:28
protectorChristian Graus29-Apr-07 17:28 
AnswerRe: string manipulation Pin
Arun.Immanuel29-Apr-07 16:37
Arun.Immanuel29-Apr-07 16:37 
GeneralRe: string manipulation Pin
uglyeyes29-Apr-07 17:29
uglyeyes29-Apr-07 17:29 
GeneralRe: string manipulation Pin
Arun.Immanuel29-Apr-07 18:14
Arun.Immanuel29-Apr-07 18:14 
GeneralRe: string manipulation Pin
Christian Graus29-Apr-07 18:31
protectorChristian Graus29-Apr-07 18:31 
GeneralRe: string manipulation Pin
Arun.Immanuel29-Apr-07 18:59
Arun.Immanuel29-Apr-07 18:59 
GeneralRe: string manipulation Pin
Arun.Immanuel29-Apr-07 19:15
Arun.Immanuel29-Apr-07 19:15 
GeneralRe: string manipulation Pin
uglyeyes1-May-07 18:48
uglyeyes1-May-07 18:48 
QuestionSerialize WIndows Form Pin
milan.net29-Apr-07 8:57
milan.net29-Apr-07 8:57 
AnswerRe: Serialize WIndows Form Pin
Christian Graus29-Apr-07 11:18
protectorChristian Graus29-Apr-07 11:18 
QuestionIf statment problem Pin
aerosmith2k129-Apr-07 7:39
aerosmith2k129-Apr-07 7:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.