all groups > dotnet jscript > may 2004
update control value without refresh whole page
Posted by Jimmy at 5/28/2004 9:31:03 PM
I want to get data from database, and update the data in browser every second. Is there any method so that the text/graphic keep on update every second, but without refresh the whole page
Also, can the client scripting call the ado.net? Thanks for comment.... more >>
IntelliSense in JScript.Net
Posted by Mark at 5/25/2004 6:46:04 AM
Hello
Does anyone know if it it possible to get IntelliSense in JScript.Net (using Visual Studio.Net)? For example if I type "System." or "this.", it doesn't list the possible classes or methods to complete the line. The code compiles and runs just fine
I see some intellisense for native JScrip... more >>
Radio button activate with image
Posted by BoBo at 5/24/2004 3:56:03 AM
Hey all,
I have the following code, creating a table whith 5 rows and each row can have one of 3 choices (A, B or C). Clicking the Radio Button can be a pain sometimes and therefor I want to be able to click on the image (or even the cell the rb and image are in) to select that radio button
Here i... more >>
Change the onclick event
Posted by Josée at 5/20/2004 10:17:51 AM
Hi,
I have an IMG Tag that have an onclick event. On=20
depends on wich pages is load, i would like to change the=20
onclick src.
For exemple, the original code is
<Img src =3D "Something.gif" ID =3D "Test" onclick=20
=3D "window.open('apage.htm','_self');"=20
when another page will b... more >>
i can't find the $*@ cookie file!
Posted by Jason Shohet at 5/11/2004 12:53:05 PM
I'm writing a javascript cookie, being called from an asp.net page. (i have
a reason for doing it in js, not .NET cookie). When I do:
window.document.write(document.cookie); I see:
machinename=jshohet; ...
So I know the cookie is there! I named the cookie, machinename. But when i
do a ... more >>
this newsgroup: two issues - JScript.NET and J(ava)Script
Posted by Peter J. Veger at 5/5/2004 5:58:54 PM
This newsgroup "microsoft.public.dotnet.languages.jscript" covers two
issues:
- JScript in ASP.NET server;
- J(ava)script in the browser/client
The issues are very different.
The first one concerns just JScript.NET, the second concerns also
non-Microsoft implementations.
There is also anoth... more >>
Link in popup
Posted by Steffen Loringer at 5/5/2004 10:59:19 AM
Hi all,
I'm trying to get a link working placed in a popup. But nothing happens
if I click on it. Is there something special to take care about?
The code is as follows:
var popup = window.createPopup();
var popupbody = popup.document.body-,
popupbody.innerhtml = "<a href='test.pdf'>MY Lin... more >>
Connection string in javascript
Posted by B0nj at 5/5/2004 5:31:02 AM
I'm trying to create some client side code to connect to a SQL server database from javascript but it just will not play. There must be something missing that I've not had to do before, because connection strings work from every other language - C#, C++, VB6, VBScript... you name it. Javascript just... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
compile with jsc.exe and arguments
Posted by andrej.jeznik NO[at]SPAM email.si at 5/4/2004 11:28:04 PM
hi
is it possible to use arguments when i compile a file with 'jsc file.js'
file.exe arg1 arg2
if its possible how should the code looks like to get arguments number , length, ...
tnx
jeza... more >>
Back Button
Posted by ruca at 5/4/2004 4:26:35 PM
In some pages of my Web Application I need to "disable" the back button, and
for that I have this (that is not working), that is the solution found it in
the Internet:
<script language=javascript>
location.replace('myPage.aspx');
</script>
What do I have to do more?
--
Programmi... more >>
Popup Window
Posted by ruca at 5/3/2004 10:40:59 AM
Hi,
DESCRIPTION:
I'm developing an application that when I need to insert a date, I use 3
textbox's and one image button. This image button open's a small popup
window with a calendar, allowing user choose date. Then, this popup returns
the year, month and day to the correspondent textbox. S... more >>
|