473,395 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Javascript function on PHP page

Hi all,

I have a very bizarre problem.

I have a button on a PHP page which I want to call a Javascript
function when it is pressed. This is the code I have:
echo "<td><a href='$a_row[link]'
onClick=\"call_flash('$a_row[link]','$a_row[to]','')\">$a_row[pageName]</a></td>\n";

This line doesn't give me an error but the actual javascript funtion
that is located at the top of the page does. I have used the exact
same function in all the other pages (html and php) and it works fine.
The javascript error is:
Unterminated string constant.

And this is the function:
function call_flash(file_name,frame_name,from){

parent.sections.location = file_name;
parent.flash.what_frame(frame_name,from);

}

It is inside <script> tags and there are other functions too. If I
remove this function it will work fine, but then obviously the
function call doesn't work.

Please help.

Thank you very much

Kat
Jul 17 '05 #1
2 1466
*** Katja wrote/escribió (27 Feb 2004 03:58:02 -0800):
The javascript error is:
Unterminated string constant.


You haven't checked the generated HTML code? There's obviously a missing
quote somewhere in the result. View-> Page Source.

--
--
-- Álvaro G. Vicario - Burgos, Spain
--
Jul 17 '05 #2
Hi,

Thank you very much. I noticed that i have accidentally entered a line
feed in the database so the varaibles were going all over the place.

Thank you very much.

Kat

Alvaro G Vicario <al******************@telecomputeronline.com> wrote in message news:<wm*****************************@40tude.net>. ..
*** Katja wrote/escribió (27 Feb 2004 03:58:02 -0800):
The javascript error is:
Unterminated string constant.


You haven't checked the generated HTML code? There's obviously a missing
quote somewhere in the result. View-> Page Source.

--

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.