Click here to Skip to main content
15,915,764 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: closing popup window after refreshin Pin
Guffa18-Sep-06 6:27
Guffa18-Sep-06 6:27 
QuestionGmail & AJAX Pin
abalfazl17-Sep-06 9:15
abalfazl17-Sep-06 9:15 
AnswerRe: Gmail & AJAX Pin
CWIZO17-Sep-06 10:35
CWIZO17-Sep-06 10:35 
GeneralRe: Gmail & AJAX [modified] Pin
abalfazl17-Sep-06 18:36
abalfazl17-Sep-06 18:36 
GeneralRe: Gmail & AJAX Pin
CWIZO17-Sep-06 20:06
CWIZO17-Sep-06 20:06 
GeneralRe: Gmail & AJAX Pin
abalfazl17-Sep-06 21:05
abalfazl17-Sep-06 21:05 
GeneralRe: Gmail & AJAX Pin
_AK_17-Sep-06 21:32
_AK_17-Sep-06 21:32 
Questionj/script issues Pin
Christian Graus17-Sep-06 1:47
protectorChristian Graus17-Sep-06 1:47 
I've spent tonight trying to get jscookmenu to work in an ASP.NET project. Even in a html page, it works sometimes, but in an aspx, I have the following in my header:

<SCRIPT type="text/javascript" src="./menu-js/jscookmenu.js"></SCRIPT>
<LINK rel="stylesheet" href="./menu-js/ThemeOffice2003/theme.css" type="text/css">
<SCRIPT type="text/javascript" src="./menu-js/ThemeOffice2003/theme.js"></SCRIPT>

These files exist.

Then in the body I have this:

<DIV ID=MenuID11></DIV>
<SCRIPT type="text/javascript">
<!--
cmDraw('MenuID11', wbMenu11, 'hbr', cmThemeOffice2003, 'ThemeOffice2003');
-->
</SCRIPT>

The point is, theme.js defines cmThemeOffice2003, and cmDraw them passes this to the menu code. Instead I get an error that cmThemeOffice2003 is undefined. But it ISN'T. Does anyone have any suggestions what IE is really trying to tell me here ?


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
AnswerRe: j/script issues Pin
Guffa17-Sep-06 2:04
Guffa17-Sep-06 2:04 
GeneralRe: j/script issues Pin
Christian Graus18-Sep-06 1:32
protectorChristian Graus18-Sep-06 1:32 
AnswerRe: j/script issues Pin
Guffa18-Sep-06 8:59
Guffa18-Sep-06 8:59 
Questionasp help [modified] Pin
harshActsw15-Sep-06 21:28
harshActsw15-Sep-06 21:28 
AnswerRe: asp help Pin
Guffa15-Sep-06 22:30
Guffa15-Sep-06 22:30 
GeneralRe: asp help Pin
harshActsw18-Sep-06 5:12
harshActsw18-Sep-06 5:12 
QuestionWhat is a closure? (javascript) Pin
CCMint15-Sep-06 14:29
CCMint15-Sep-06 14:29 
AnswerRe: What is a closure? (javascript) Pin
Guffa15-Sep-06 15:53
Guffa15-Sep-06 15:53 
Question IE Extension: How to add a button to the status bar? Pin
rryyjw15-Sep-06 6:11
rryyjw15-Sep-06 6:11 
GeneralRe: IE Extension: How to add a button to the status bar? Pin
Guffa15-Sep-06 15:57
Guffa15-Sep-06 15:57 
Questionping problem Pin
Green Fuze15-Sep-06 3:02
Green Fuze15-Sep-06 3:02 
AnswerRe: ping problem Pin
Guffa15-Sep-06 6:54
Guffa15-Sep-06 6:54 
Questionhow to pass an xml node from a webservice to a client? Pin
biaali15-Sep-06 1:42
biaali15-Sep-06 1:42 
Questionclassical asp + file upload help needed Pin
Naveed Kamboh15-Sep-06 0:24
Naveed Kamboh15-Sep-06 0:24 
AnswerRe: classical asp + file upload help needed Pin
Boro_Bob15-Sep-06 0:28
Boro_Bob15-Sep-06 0:28 
GeneralRe: classical asp + file upload help needed Pin
Naveed Kamboh15-Sep-06 2:04
Naveed Kamboh15-Sep-06 2:04 
GeneralRe: classical asp + file upload help needed Pin
Boro_Bob15-Sep-06 2:20
Boro_Bob15-Sep-06 2:20 

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.