all groups > dotnet jscript > october 2005
Page name
Posted by SergioT at 10/28/2005 7:34:39 PM
Hi x x
How can I get the page's name from Jscript and do something with the name?
I wanna do something like this:
function()
{
var sName;
var popup;
sName = GET_THE_PAGE_NAME ;
sName= GET_FILENAME_WITHOUT_EXTENTION( sName ) + ".htm" ;
popup = window.open(GET_... more >>
eBay Sellers Community
Posted by eBay Sellers Community at 10/27/2005 12:00:00 AM
--
If you like eBay and enjoy buying and selling there. Please take the time to
join the site below!
eBay Sellers Community
http://www.ebay-sellers-community.com
... more >>
Javascript If/else conditions
Posted by Cleako at 10/21/2005 12:25:03 PM
I may just be having one of those days but I cant think of a good way to do
something like this - if(item1.checked || item2.checked || item3.checked ...).
If the 1st two are true then it works, if it is the 3rd one on then it
doesnt. I have 5 controls I need to check for a checkbox in so tha... more >>
getting document title and URL
Posted by r_ahimsa_m NO[at]SPAM poczta.onet.pl at 10/20/2005 12:00:00 AM
Sorry for my English...
I am new to JavaScript. I have written short script to create a link
sending e-mail:
<script type="text/javascript">
document.getElementById("MailTo").href =
"mailto:r_ahimsa_m@poczta.onet.pl" +
"?subject=" + document.title + "&" +
"body=" + lo... more >>
Frames Question
Posted by ruca at 10/14/2005 10:27:57 AM
Hi,
I have a Web Application that have 3 frames. Top, Contents and Main are the
3 frames presents in App.
My Top frame have only a image and a label, both represent application.
My Contents frame, basically is where i have menu items.
My Main frame is where the items choosen are displayed.
... more >>
Permission Denied
Posted by Shane Bush at 10/12/2005 10:54:24 AM
Hi
I'm using the code below to access a webservice and I received a "Permission
Denied" error. I only get this message after the page is published to the
hosting server. This is not an issue when the html page is on my machine but
once published, I get the error.
....
var xhttp = new Activ... more >>
ActiveXObject("htmlfile") and Jscript.NET
Posted by Eugene Gershnik at 10/9/2005 10:32:18 AM
Consider the following code
var doc = new ActiveXObject("htmlfile");
doc.write("abc");
When executed under WSH this code runs without problems. However, compiling
as
jsc.exe /fast-
and running it produces
Unhandled Exception: System.Runtime.InteropServices.COMException
(0x8002000... more >>
image id
Posted by vrsanaidu at 10/6/2005 9:01:46 AM
i have imagebutton in html with id. when i click that image button i want to
change that image , code in javascript. image button in asp.net image
button
any one help me.
thx
Naidu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|