misti
Junior Member
Posts: 3
Registered: 3/30/2003
Member Is Offline
|
| posted on 4/1/2003 at 04:08 AM |
|
|
Inserting Tigra Scroller into Dreamweaver MX created page
I am using Dreamweaver MX to design my webpages. I have all ts_files located within my local site directory.
When I try to 'insert script' I type in the box that pops up this code:
src="fullsitesub/ts_files/scroll.js"
It generates the following line in the <Head> code of the page :
<script language="JavaScript" src="fullsitesub/ts_files/scroll.js" type="text/JavaScript"></script>
When I try to view the page in a test browser - the Tigra scroller does not show up.
What am I doing wrong?
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 4/1/2003 at 07:03 AM |
|
|
Is "fullsitesub" real directory name? If so can you see scroller files in fullsitesub/ts_files/ with any file manager?
|
|
|
misti
Junior Member
Posts: 3
Registered: 3/30/2003
Member Is Offline
|
| posted on 4/1/2003 at 02:00 PM |
|
|
The hierarchy of my local view site looks like this:
KASplash>>fullsitesub>>ts_files>>
I have tried putting scroller.js outside of the ts_files within the fullsitesub folder.
I have tried keeping scroller.js inside the ts_files within the fullsitesub folder.
Nothing seems to work :( Any ideas?
|
|
|
misti
Junior Member
Posts: 3
Registered: 3/30/2003
Member Is Offline
|
| posted on 4/1/2003 at 02:57 PM |
|
|
Here is what my HTML looks like so far: maybe you can tell me what i am doing wrong.
______________________________
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><script language="JavaScript" type="text/javascript">
<script language="javascript" src="ts_files/scroll.js"></script>
<title>tryingtigra</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<table width="600" border="1">
<tr>
<td> </td>
<td rowspan="2"><script language="JavaScript" type="text/javascript">
<!-- //
Tscroll_init(0);
// -->
</script></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 4/2/2003 at 10:02 AM |
|
|
Please, mention in what folder you keep a file with HTML code you've given. You should indicate paths properly. If you still experience problems,
contact us at http://www.softcomplex.com/support/
|
|
|