473,569 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

javascript file won't work with .cs file...

Hello. I'm reposting this because my prioe post's subject line was
incorrect.

I'm developing an asp.net 2.0 project using VS 2005 on XP sp2 with all
the updates. I have an aspx page with javascript that works fine until I
try to separate the script into a .js file. I've found that only the script
that is called from events set in the aspx.cs file don't work. I eliminated
all script except two functions. One is used with the .cs file and the
other one is not.

First, here's the functino used with the .cs file:
if (!this.IsPostBa ck)
{

btnFirst.OnClie ntClick = "return btnFirst_Click( )";

}
.... the javascript function is...
function btnFirst_Click( )

{

alert("This is btnFirst_Click" ):

return false;

}

Now the second javascript function is only

function ShowAlert()
{
alert("This is ShowAlert");
return false;
}

This function is called from another button - button1 - from the
OnClientClick event which I set in the property page..

When I have all the javascript in the aspx page, it all wokrs, but when I
move it to a .js file, the first function doesn't work, but the second one
does.

I don't want to add all my javascript in rhe .cs file because that would
expose all my code - that's why I'm teying to put it in a .js file.

How can I make all the code work using both methods?

Thanks...

--
Matthew.Wells
Ma***********@F irstByte.net
Jun 27 '08 #1
2 2728
you don't give enough info to know what you are doing wrong. there is no
difference between inline script or included script.

try using firefox to debug the script, you must have a syntax error.

-- bruce (sqlwork.com)
Matthew Wells wrote:
Hello. I'm reposting this because my prioe post's subject line was
incorrect.

I'm developing an asp.net 2.0 project using VS 2005 on XP sp2 with all
the updates. I have an aspx page with javascript that works fine until I
try to separate the script into a .js file. I've found that only the script
that is called from events set in the aspx.cs file don't work. I eliminated
all script except two functions. One is used with the .cs file and the
other one is not.

First, here's the functino used with the .cs file:
if (!this.IsPostBa ck)
{

btnFirst.OnClie ntClick = "return btnFirst_Click( )";

}
... the javascript function is...
function btnFirst_Click( )

{

alert("This is btnFirst_Click" ):

return false;

}

Now the second javascript function is only

function ShowAlert()
{
alert("This is ShowAlert");
return false;
}

This function is called from another button - button1 - from the
OnClientClick event which I set in the property page..

When I have all the javascript in the aspx page, it all wokrs, but when I
move it to a .js file, the first function doesn't work, but the second one
does.

I don't want to add all my javascript in rhe .cs file because that would
expose all my code - that's why I'm teying to put it in a .js file.

How can I make all the code work using both methods?

Thanks...
Jun 27 '08 #2
There is no syntax error. I copy and paste the code in the aspx page and it
works fine. If there were a syntax error, nothing would work. I know I"m
using the included script properly because the second function works. The
problem I think is in the timing of when the script is added and the event
is set to the button.

From the aspx.cs OnLoad event...

btnFirst.OnClie ntClick = "return btnFirst_Click( )"

the javascript function for that event is

function btnFirst_Click( )
{
alert("This is btnFirst_Click" );
return false;
}

This doesn't work, but this does

function Button1_Click()
{
alert("This is ShowAlert");
return false;
}

In the property page for Button1, I manually put "ShowAlert( )" in the
OnclientClick event - it works that way.

I even switched the functions and still the one that is bound in the aspx.cs
code won't work.

Does someone else have a clue?

"bruce barker" <no****@nospam. comwrote in message
news:uc******** ******@TK2MSFTN GP04.phx.gbl...
you don't give enough info to know what you are doing wrong. there is no
difference between inline script or included script.

try using firefox to debug the script, you must have a syntax error.

-- bruce (sqlwork.com)
Matthew Wells wrote:
>Hello. I'm reposting this because my prioe post's subject line was
incorrect.

I'm developing an asp.net 2.0 project using VS 2005 on XP sp2 with
all
the updates. I have an aspx page with javascript that works fine until I
try to separate the script into a .js file. I've found that only the
script
that is called from events set in the aspx.cs file don't work. I
eliminated
all script except two functions. One is used with the .cs file and the
other one is not.

First, here's the functino used with the .cs file:
if (!this.IsPostBa ck)
{

btnFirst.OnCli entClick = "return btnFirst_Click( )";

}
... the javascript function is...
function btnFirst_Click( )

{

alert("This is btnFirst_Click" ):

return false;

}

Now the second javascript function is only

function ShowAlert()
{
alert("This is ShowAlert");
return false;
}

This function is called from another button - button1 - from the
OnClientClic k event which I set in the property page..

When I have all the javascript in the aspx page, it all wokrs, but when I
move it to a .js file, the first function doesn't work, but the second
one
does.

I don't want to add all my javascript in rhe .cs file because that would
expose all my code - that's why I'm teying to put it in a .js file.

How can I make all the code work using both methods?

Thanks...

Jun 27 '08 #3

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

Similar topics

6
8978
by: Jane Withnolastname | last post by:
How can I include a file using JavaScript? document.write('<!--#include file="myfile.htm" -->') won't work because of the commenting. Is there a way to fool JavaScript into including the file at the appropriate point? Currently I am calling iframes instead of using SSI. You can see why I'd want to switch.
2
9131
by: Altman | last post by:
I have created an ascx control and I am calling registerclientscriptblock. The path to the js file is relative to the aspx page and not the ascx file. The function runs fine in IE7 but in Firefox the error console says that the function is not defined. I tried making a very basic js file to get it to work and I am having the same problem. ...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7922
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7964
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6281
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5218
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.