Click here to Skip to main content
15,906,569 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: "no-touch deployment" loads always old winform version Pin
minhpc_bk4-Jul-05 21:44
minhpc_bk4-Jul-05 21:44 
GeneralDownload and install Problem Pin
vinodraut3-Jul-05 18:45
vinodraut3-Jul-05 18:45 
GeneralRe: Download and install Problem Pin
Christian Graus3-Jul-05 18:47
protectorChristian Graus3-Jul-05 18:47 
GeneralRe: Download and install Problem Pin
vinodraut3-Jul-05 18:55
vinodraut3-Jul-05 18:55 
GeneralRe: Download and install Problem Pin
Christian Graus3-Jul-05 18:58
protectorChristian Graus3-Jul-05 18:58 
GeneralRe: Download and install Problem Pin
vinodraut3-Jul-05 20:31
vinodraut3-Jul-05 20:31 
GeneralRe: Download and install Problem Pin
WillemM4-Jul-05 4:33
WillemM4-Jul-05 4:33 
Generalproblems with javascript Pin
cmarmr2-Jul-05 11:46
cmarmr2-Jul-05 11:46 
can some body help me with this code below i am trying to use javascript to redirect to my next webform but it will not work and i am not sure what is wrong with it


<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="Webx.WebForm1" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="WebForm1" name="webform1" method="post" runat="server">
<INPUT name="submit1" id="submit1" style="Z-INDEX: 101; LEFT: 95px; POSITION: absolute; TOP: 312px" type="submit" onclick="movenext()" value="Submit">
</form>
<script language="javascript">
function movenext()
{
window.location="webform2.aspx";
}
</script>
</body>
</HTML>


thanks,
chad
GeneralRe: problems with javascript Pin
Guffa2-Jul-05 13:47
Guffa2-Jul-05 13:47 
GeneralRe: problems with javascript Pin
cmarmr3-Jul-05 11:53
cmarmr3-Jul-05 11:53 
GeneralRe: problems with javascript Pin
Guffa3-Jul-05 12:31
Guffa3-Jul-05 12:31 
Generalh Pin
Anonymous1-Jul-05 8:18
Anonymous1-Jul-05 8:18 
GeneralRe: h Pin
rohim.yasin6-Jul-05 21:07
professionalrohim.yasin6-Jul-05 21:07 
Generalweb developrment Pin
vinodraut30-Jun-05 20:24
vinodraut30-Jun-05 20:24 
GeneralRe: web developrment Pin
Guffa1-Jul-05 12:56
Guffa1-Jul-05 12:56 
GeneralRe: web developrment Pin
fakefur3-Jul-05 15:25
fakefur3-Jul-05 15:25 
GeneralIIS website doesn't display Pin
joseph195030-Jun-05 11:11
joseph195030-Jun-05 11:11 
GeneralRe: IIS website doesn't display Pin
Guffa30-Jun-05 12:29
Guffa30-Jun-05 12:29 
GeneralRe: IIS website doesn't display Pin
Anonymous1-Jul-05 3:14
Anonymous1-Jul-05 3:14 
GeneralRe: IIS website doesn't display Pin
joseph19501-Jul-05 3:20
joseph19501-Jul-05 3:20 
GeneralRe: IIS website doesn't display Pin
Guffa1-Jul-05 3:59
Guffa1-Jul-05 3:59 
GeneralRe: IIS website doesn't display Pin
joseph19501-Jul-05 4:14
joseph19501-Jul-05 4:14 
GeneralRe: IIS website doesn't display Pin
DavidNohejl1-Jul-05 6:54
DavidNohejl1-Jul-05 6:54 
QuestionMemory Issue with Array Session Variable? Pin
Brent Lamborn30-Jun-05 10:02
Brent Lamborn30-Jun-05 10:02 
AnswerRe: Memory Issue with Array Session Variable? Pin
Guffa30-Jun-05 12:55
Guffa30-Jun-05 12:55 

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.