•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 430,002 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,563 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 1287 | Replies: 4
![]() |
•
•
Join Date: Jun 2008
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
Hi all,
I have an aspx file which contains both Javascript & HTML Content.
Since IE caches all .js files, i extracted the javascript content from my aspx file into a seperate .js file and referred the same in my aspx too..
<script language="javascript" src="../lorappresultsmanagement/resulttab.js"></script>
Now the problem at runtime is that in a IE7 version it works fine but the page fails to render in IE6.
Somebody please help me on this...
Thanks in advance,
Kiruba
I have an aspx file which contains both Javascript & HTML Content.
Since IE caches all .js files, i extracted the javascript content from my aspx file into a seperate .js file and referred the same in my aspx too..
<script language="javascript" src="../lorappresultsmanagement/resulttab.js"></script>
Now the problem at runtime is that in a IE7 version it works fine but the page fails to render in IE6.
Somebody please help me on this...
Thanks in advance,
Kiruba
•
•
Join Date: Jan 2006
Posts: 13
Reputation:
Rep Power: 3
Solved Threads: 1
You might need to add the attribute: .
javascript Syntax (Toggle Plain Text)
type="text/javascript"
•
•
Join Date: Jun 2008
Location: Phoenix, AZ
Posts: 812
Reputation:
Rep Power: 2
Solved Threads: 64
•
•
Join Date: Jun 2008
Posts: 6
Reputation:
Rep Power: 0
Solved Threads: 0
drago865:
<script language="javascript" >
and
type="text/javascript"
are equivalents and for your kind information it's working for all other Script files except for this particular file alone. The Reason may be i'm using some special characters within the .js file.
R0bb0b:
I did clear the Browser's cache... No Use...
<script language="javascript" >
and
type="text/javascript"
are equivalents and for your kind information it's working for all other Script files except for this particular file alone. The Reason may be i'm using some special characters within the .js file.
R0bb0b:
I did clear the Browser's cache... No Use...
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Page working in IE7/8b, Opera9, Safari3, but NOT Firefox2/3b5 (HTML and CSS)
- javascript onclick is not working in IE7 & IE6 (JavaScript / DHTML / AJAX)
- issue with dynamic transparent pngs in IE6 (JavaScript / DHTML / AJAX)
- need IE7 help using prototype (JavaScript / DHTML / AJAX)
- Problem with IE7 (JavaScript / DHTML / AJAX)
- links don't work in IE7 for top half of the page (HTML and CSS)
- Problem with a Code Snippets present in (DaniWeb Community Feedback)
- option dropdown can't see options (PHP)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Two Submit Buttons -- One PHP Destination
- Next Thread: plzzzz help me with javascript code


Linear Mode