Click here to Skip to main content
15,887,812 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Calling an ASMX Web Service through JQuery .Ajax Pin
dbrenth3-Feb-15 5:14
dbrenth3-Feb-15 5:14 
GeneralRe: Calling an ASMX Web Service through JQuery .Ajax Pin
ZurdoDev3-Feb-15 5:34
professionalZurdoDev3-Feb-15 5:34 
AnswerRe: Calling an ASMX Web Service through JQuery .Ajax Pin
Richard Deeming4-Feb-15 2:12
mveRichard Deeming4-Feb-15 2:12 
QuestionAsp.net cross-page postback Pin
BobbyStrain31-Jan-15 6:04
BobbyStrain31-Jan-15 6:04 
QuestionAdding client validations on run time using jQuery Pin
indian14330-Jan-15 7:52
indian14330-Jan-15 7:52 
AnswerRe: Adding client validations on run time using jQuery Pin
Member 113784301-Feb-15 14:25
Member 113784301-Feb-15 14:25 
GeneralRe: Adding client validations on run time using jQuery Pin
indian14311-Feb-15 13:11
indian14311-Feb-15 13:11 
Questionpopup box not working Pin
Member 1141289229-Jan-15 10:23
Member 1141289229-Jan-15 10:23 
I have the following code in my website.

XML
<div class="divColumn">
     <div>
          <img alt="Flags - Flagstick Locks" width="150" height="94" src="images/flagstick_locks.jpg" />
          <br />
          <script type="text/javascript">
          // Popup window code
          function newPopup(url) {
          popupWindow = window.open(
          url, 'popUpWindow', 'height=500,width=600,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')}
</script>
         <a href="JavaScript:newPopup('/flagstick_locks_buy.aspx');">Flags - Flagstick Locks (Pair)</a>
     </div>
</div>


This should display a popup window, and everything works fine when running as localhost on my PC. However, when I upload the page to my hosting company, the code returns a 404 error - The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

I have double checked my files have been uploaded and they have, so why am I getting this error.

Any suggestions greatly appreciated.

Thx
QuestionListBox Dropdown is displaying items only after blur Pin
indian14328-Jan-15 8:27
indian14328-Jan-15 8:27 
GeneralRe: ListBox Dropdown is displaying items only after blur Pin
jkirkerx29-Jan-15 7:51
professionaljkirkerx29-Jan-15 7:51 
GeneralRe: ListBox Dropdown is displaying items only after blur Pin
indian1433-Feb-15 14:48
indian1433-Feb-15 14:48 
GeneralRe: ListBox Dropdown is displaying items only after blur Pin
jkirkerx4-Feb-15 6:33
professionaljkirkerx4-Feb-15 6:33 
Question(Solved) How to convert Microsoft Word smart tags to normal tags? Pin
samflex23-Jan-15 14:39
samflex23-Jan-15 14:39 
AnswerRe: How to convert Microsoft Word smart tags to normal tags? Pin
Richard Deeming26-Jan-15 2:33
mveRichard Deeming26-Jan-15 2:33 
GeneralRe: How to convert Microsoft Word smart tags to normal tags? Pin
samflex26-Jan-15 12:49
samflex26-Jan-15 12:49 
QuestionDisplay an InnertDiv when outer Div is hidden Pin
indian14320-Jan-15 8:03
indian14320-Jan-15 8:03 
NewsHow to improve Angular performance using delegated events (iv-on-cmd directives) Pin
Michael Collins - Intervalia20-Jan-15 5:09
professionalMichael Collins - Intervalia20-Jan-15 5:09 
GeneralRe: How to improve Angular performance using delegated events (iv-on-cmd directives) Pin
Richard MacCutchan20-Jan-15 5:47
mveRichard MacCutchan20-Jan-15 5:47 
QuestionOnclick event inside loop/fast clicking Pin
Member 1137830215-Jan-15 10:23
Member 1137830215-Jan-15 10:23 
AnswerRe: Onclick event inside loop/fast clicking Pin
jkirkerx15-Jan-15 10:34
professionaljkirkerx15-Jan-15 10:34 
GeneralRe: Onclick event inside loop/fast clicking Pin
Member 1137830215-Jan-15 11:32
Member 1137830215-Jan-15 11:32 
GeneralRe: Onclick event inside loop/fast clicking Pin
jkirkerx16-Jan-15 6:57
professionaljkirkerx16-Jan-15 6:57 
QuestionTooltip is not closing after the window is closed Pin
indian14314-Jan-15 5:41
indian14314-Jan-15 5:41 
AnswerRe: Tooltip is not closing after the window is closed Pin
jkirkerx15-Jan-15 10:19
professionaljkirkerx15-Jan-15 10:19 
AnswerRe: Tooltip is not closing after the window is closed Pin
jkirkerx15-Jan-15 10:25
professionaljkirkerx15-Jan-15 10:25 

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.