Click here to Skip to main content
15,889,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 20:23
enjoycrack29-Apr-07 20:23 
GeneralRe: browser opening browser? how? Pin
neodeaths29-Apr-07 20:50
neodeaths29-Apr-07 20:50 
GeneralRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 20:57
enjoycrack29-Apr-07 20:57 
GeneralRe: browser opening browser? how? Pin
neodeaths29-Apr-07 21:19
neodeaths29-Apr-07 21:19 
GeneralRe: browser opening browser? how? Pin
enjoycrack29-Apr-07 23:52
enjoycrack29-Apr-07 23:52 
GeneralRe: browser opening browser? how? Pin
neodeaths1-May-07 15:11
neodeaths1-May-07 15:11 
GeneralRe: browser opening browser? how? Pin
enjoycrack1-May-07 22:14
enjoycrack1-May-07 22:14 
QuestionEmbedding Javascript in ASP Pin
jase7629-Apr-07 19:13
jase7629-Apr-07 19:13 
How do I get javascript such as that listed below to be read in an ASP file before the command <%response.redirect iurl(url)%>




<%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)%>

At the moment it just redirects to the new page without executing the javascript.

If I remove <%response.redirect iurl(url)%> then the javascript is read, however when I add <%response.redirect iurl(url)%> the javascript is ignored and it just redirects to the new page. Any ideas why this is happening?
AnswerRe: Embedding Javascript in ASP Pin
Lijo Rajan29-Apr-07 22:57
Lijo Rajan29-Apr-07 22:57 
QuestionHow to refresh the Datagrid page? Pin
dfwzh29-Apr-07 18:38
dfwzh29-Apr-07 18:38 
AnswerRe: How to refresh the Datagrid page? Pin
Christian Graus29-Apr-07 18:47
protectorChristian Graus29-Apr-07 18:47 
GeneralRe: How to refresh the Datagrid page? Pin
dfwzh29-Apr-07 19:26
dfwzh29-Apr-07 19:26 
GeneralRe: How to refresh the Datagrid page? Pin
Chetan Ranpariya29-Apr-07 20:21
Chetan Ranpariya29-Apr-07 20:21 
AnswerRe: How to refresh the Datagrid page? Pin
Tridip Bhattacharjee29-Apr-07 20:54
professionalTridip Bhattacharjee29-Apr-07 20:54 
QuestionWeb Application works perfectly on local server but not on web server Pin
lesleyag29-Apr-07 15:37
lesleyag29-Apr-07 15:37 
AnswerRe: Web Application works perfectly on local server but not on web server Pin
Christian Graus29-Apr-07 17:35
protectorChristian Graus29-Apr-07 17:35 
GeneralRe: Web Application works perfectly on local server but not on web server Pin
lesleyag29-Apr-07 17:41
lesleyag29-Apr-07 17:41 
GeneralRe: Web Application works perfectly on local server but not on web server Pin
Christian Graus29-Apr-07 18:17
protectorChristian Graus29-Apr-07 18:17 
GeneralRe: Web Application works perfectly on local server but not on web server Pin
lesleyag29-Apr-07 18:37
lesleyag29-Apr-07 18:37 
GeneralRe: Web Application works perfectly on local server but not on web server Pin
Christian Graus29-Apr-07 18:49
protectorChristian Graus29-Apr-07 18:49 
GeneralRe: Web Application works perfectly on local server but not on web server Pin
lesleyag29-Apr-07 19:54
lesleyag29-Apr-07 19:54 
GeneralRe: Web Application works perfectly on local server but not on web server Pin
Christian Graus29-Apr-07 22:19
protectorChristian Graus29-Apr-07 22:19 
GeneralRe: Web Application works perfectly on local server but not on web server Pin
lesleyag29-Apr-07 21:50
lesleyag29-Apr-07 21:50 
GeneralRe: Web Application works perfectly on local server but not on web server Pin
Christian Graus29-Apr-07 22:21
protectorChristian Graus29-Apr-07 22:21 
QuestionHow to set a Frist Row in GridView Pin
srieen29-Apr-07 11:31
srieen29-Apr-07 11:31 

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.