Click here to Skip to main content
15,920,633 members
Home / Discussions / Web Development
   

Web Development

 
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 
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 
If you put the link tag or script tag in the master page, you have to specify the location of the file relative to the master page. If the page that uses the master page is in a different folder, the address will be corrected to still point to the correct file.

For an example if have the master page /Profile/Master.master that has the tag:

<script type="text/javascript" src="scripts/test.js"></script>

and use the master page in the page /Content/Info.aspx, the tag will end up as:

<script type="text/javascript" src="../Profile/scripts/test.js"></script>


---
b { font-weight: normal; }

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 
AnswerRe: classical asp + file upload help needed Pin
JUNEYT18-Sep-06 10:55
JUNEYT18-Sep-06 10:55 
QuestionIE printing blank page Pin
Boro_Bob15-Sep-06 0:02
Boro_Bob15-Sep-06 0:02 
Questionproblem in creating two submit buttons in same form Pin
madhavi_desai14-Sep-06 23:25
madhavi_desai14-Sep-06 23: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.