all groups > dotnet jscript > october 2004
Variables from VB.net to popup window using javascript
Posted by Cap Dor via .NET 247 at 10/31/2004 3:57:56 AM
(Type your message here)
HI
I have two forms where the first form calls a popup window using javascript -- how do I pass a variable between the forms , I would like to pass the value from a text box on the first form
This is the code from the first form
Dim per as string
per = label1.text
... more >>
frame problem
Posted by Savas Ates at 10/29/2004 12:11:06 PM
i have a main page when i click the link i want to change the src of child
frames of window.. when i use window.parent.sa.src it doesnt work
i can also add an image with id .. how can i manage this image..
parent.sa.imageid.src like this help me please?
///////////////////////////////////... more >>
Javascript Manual For Referencing ASP.NET Form Element Properties
Posted by Dan Sikorsky at 10/29/2004 7:12:12 AM
Where is a reference manual for using client-side javascript on ASP.NET
pages?
Example: How do you iterate thru all the checkboxes in a checkboxlist
control on a web form (.aspx) to determine which checkboxes are checked?
--
Thank you kindly,
Dan Sikorsky BAB, BScE, MSC
... more >>
cmd prompt window stays open on windows form app
Posted by groupsrv NO[at]SPAM hanser-dot-org.no-spam.invalid at 10/28/2004 8:55:16 PM
First, let me say that this is my first attempt to do anything with
Jscript.NET, so I really have no clue what I'm doing
I have written a small little launcher app that launches a different
program depending on which button the user clicks. No problems there,
all works great.
The thing that... more >>
JScript.NET eval security issue
Posted by marianv NO[at]SPAM starlims.com at 10/15/2004 12:39:59 PM
Hello,
I've created a JScript.NET assembly that, basically, exposes the
JScript.NET eval function. I'm using then this assembly from a C#
application.
The code of the JScript.NET package is the following:
import System
import StarLIMS.Web.XfdRuntime.XfdForms
package StarLIMS.Web.Xfd... more >>
Modal Dialog Browsing
Posted by Ismail MERCAN at 10/15/2004 12:13:41 PM
hi,
i using modal dialog on my website. but when i click a link on modal window
, a new browser window opens. i couldn't find a way about that.
thanks for your help.
Ismail Mercan
... more >>
Showing/Hiding Attributes of the Window Using Javascript
Posted by Nathan Sokalski at 10/8/2004 11:39:25 PM
I would like to hide certain parts of a window such and the menu bar,
toolbar, status bar, etc. However, the following properties of the window
object give an error saying they do not exist in Internet Explorer (whether
any of them exist in Netscape, I don't know yet since I haven't tested in ... more >>
Go back in WebForm
Posted by ruca at 10/6/2004 4:21:44 PM
Hi
I have an image button (called ibtnBack) that I want when clicked he go to
the previous page, just like it happens when you press back button of
Internet Explorer.
For that I already used this two things in Page_Load, but both don't worked:
1 - ibtnBack.Attributes.Add("OnClick", "javascr... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Jscript and pop-ups
Posted by Nathan Sokalski at 10/1/2004 10:37:44 PM
I am using the window.open method to show an explanation of a quote on one
of my pages. However, the pop-up blocker that comes with Windows XP's SP2
seems to block this (and I assume many other pop-up blockers would as well,
since I am guessing they look for the same stuff). I need to use the ... more >>
|