Click here to Skip to main content
15,913,722 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCalling concurrent webservices on IIS Pin
Rob Philpott30-Mar-06 21:49
Rob Philpott30-Mar-06 21:49 
Questionhow to work with html tables in creating user controls in asp.net Pin
Sarkun Raj. J30-Mar-06 20:57
Sarkun Raj. J30-Mar-06 20:57 
AnswerRe: how to work with html tables in creating user controls in asp.net Pin
Julianne_juju31-Mar-06 15:39
Julianne_juju31-Mar-06 15:39 
GeneralRe: how to work with html tables in creating user controls in asp.net Pin
Sarkun Raj. J10-Jun-09 6:00
Sarkun Raj. J10-Jun-09 6:00 
QuestionResizing object in Firefox Pin
QuaKx30-Mar-06 20:32
QuaKx30-Mar-06 20:32 
AnswerRe: Resizing object in Firefox Pin
Vasudevan Deepak Kumar30-Mar-06 20:54
Vasudevan Deepak Kumar30-Mar-06 20:54 
GeneralRe: Resizing object in Firefox Pin
QuaKx30-Mar-06 22:34
QuaKx30-Mar-06 22:34 
QuestionJavaScript - Not Firing Pin
gmhanna30-Mar-06 17:09
gmhanna30-Mar-06 17:09 
I'm trying to fire off a JavaScript but I'm having a problem. Here's what I'm trying to accomplish.

I created an HTML file on the server with a Web Application, I want to open that HTML file in another window which is the receipt.

What I did was created a hidden field on the Web Page and then when I want to call the script, I populate the hidden field with the name of the file containing the receipt. Then in JavaScript I trigger with "onchange", yet it never gets there. Maybe it only will trigger when a user enters something instead of programatically, I don't know.

Here's the JavaScript and the asp entry:

<br />
	<!--<br />
		function PrintReceipt( )<br />
		{<br />
			var ReceiptName="";<br />
			var URL="";<br />
			<br />
			ReceiptName = document.Form1.efReceiptName.value;<br />
			document.Form1.efResponse.value = "Hey we are here!"<br />
			<br />
			if (ReceiptName.substring(ReceiptName.length-5, 5) == ".html")<br />
			{<br />
				URL		 = location.hostname + ReceiptName;<br />
				window.open(URL);<br />
			}<br />
<br />
			return;<br />
		}<br />
		// --><br />

The the ASP stuff:

textbox id="efReceiptName" style="DISPLAY: none; Z-INDEX: 116; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server" Width="105px" onchange="PrintReceipt( );">

Note, I removed the <.asp and </asp" so it posts properly..

I don't receive the "We are here" message or the popup window.

Thank you

Glenn

-- modified at 23:10 Thursday 30th March, 2006
AnswerRe: JavaScript - Not Firing Pin
Vasudevan Deepak Kumar30-Mar-06 20:55
Vasudevan Deepak Kumar30-Mar-06 20:55 
AnswerRe: JavaScript - Not Firing Pin
Guffa31-Mar-06 1:18
Guffa31-Mar-06 1:18 
QuestionPopup HTML Pin
gmhanna30-Mar-06 10:32
gmhanna30-Mar-06 10:32 
AnswerRe: Popup HTML Pin
Guffa30-Mar-06 15:00
Guffa30-Mar-06 15:00 
AnswerRe: Popup HTML Pin
Vasudevan Deepak Kumar30-Mar-06 20:56
Vasudevan Deepak Kumar30-Mar-06 20:56 
GeneralRe: Popup HTML Pin
gmhanna31-Mar-06 4:26
gmhanna31-Mar-06 4:26 
Questionbuzzing buzzzz... Pin
zybernau30-Mar-06 9:07
zybernau30-Mar-06 9:07 
AnswerRe: buzzing buzzzz... Pin
Sushant_Mathur30-Mar-06 19:23
Sushant_Mathur30-Mar-06 19:23 
QuestionRe: buzzing buzzzz... Pin
zybernau31-Mar-06 3:55
zybernau31-Mar-06 3:55 
QuestionFilebrowser Pin
Larza12330-Mar-06 0:16
Larza12330-Mar-06 0:16 
AnswerRe: Filebrowser Pin
CWIZO30-Mar-06 10:10
CWIZO30-Mar-06 10:10 
GeneralRe: Filebrowser Pin
Larza12330-Mar-06 20:12
Larza12330-Mar-06 20:12 
GeneralRe: Filebrowser Pin
CWIZO30-Mar-06 20:16
CWIZO30-Mar-06 20:16 
QuestionHelp!!!Problem with uploaded file.. Pin
Sushant_Mathur29-Mar-06 22:42
Sushant_Mathur29-Mar-06 22:42 
AnswerRe: Help!!!Problem with uploaded file.. Pin
Vasudevan Deepak Kumar30-Mar-06 20:58
Vasudevan Deepak Kumar30-Mar-06 20:58 
QuestionNeed your help! About CWebBrowser2. Pin
figer29-Mar-06 22:04
figer29-Mar-06 22:04 
QuestionDataGrid Results Pin
Illegal Operation29-Mar-06 21:14
Illegal Operation29-Mar-06 21:14 

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.