ASPFriends.com 'aspngclient' list Archive - May 2002
Messages
Page: 12
Error Opening New Window (2 replies)
ASPFriends.com 'aspngclient' list
I am trying to open a new window using javascript Using code from dotnetjunkies http://www.dotnetjunkies.com/tutorials.aspx?tutorialid 323 This is what happens Compiler Error Message: BC30648: String constants must end with a double quote. This is the line where it errors on: sScript & " /script " This is the code. What am I doing wrong? Sub openWindow(strCreditReqDef,sFeatures) Dim sScript As Str...
Page.Visible (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Marcie Jones marciejones@yahoo.com !DOCTYPE HTML PUBLIC " //W3C//DTD HTML 3.2//EN" HTML HEAD META HTTP EQUIV 3D"Content Type" CONTENT 3D"text/html; charset 3Dus ascii" META NAME 3D"Generator" CONTENT 3D"MS Exchange Server version 5.5.2652.35" TITLE Page.Visible /TITLE /HEAD BODY P FONT SIZE 3D2 Hi all, /FONT /P P FONT SIZE 3D2 I would just like to k...
Using JAVAScript in ASP.Net (8 replies)
ASPFriends.com 'aspngclient' list
Do you use the response.write to run javascript from the server? Does anyone have an example of this? Thanks! Barry
Just a question (3 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Charles M. Carroll charlesmarkcarroll@yahoo.com I have an aspx with a LinkButton that fires an event (causing a postback). I have also registered a submit script in the Page Load event. What I do not understand is why the javascript is not getting called. When the LinkButton is clicked, it calls the doPostBack function, which in turn does a form.sub...
post back to same place on page (5 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by James Avery javery@deluxeeng.com How do I return to the same control that initiated the autopostback? On a long page, on post back just get the top of the page, would like to return to where the user was before the page went back to the server. Rick Troupin, MCP MAVERICK Technologies, Inc.
Layers and DHTML in .NET (4 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngcommunity] to [aspngclient] by James Avery javery@deluxeeng.com I'm experiencing difficutly combining DHTML/Layers with .NET applications. Forgive my ignorance but it seems that .NET pages seem to add in some kind of hidden layering technology (other than the grid layout property in the body tag). I created 2 pages with identical code. One is an aspx page with everything taken out...
BackColor for RichTextBox (3 replies)
ASPFriends.com 'aspngclient' list
Hello, Does anyone know how to change the background color of a selection letter or word in a RichTextBox control. Thank you very much! Mark Joya
Returning js alert msg (4 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by devin devinr@drone interactive.com Is there a simple way to just return a js alert? 20 Example: User picks a state and zip code and clicks "submit". CS in codebehind realizes state and zip code don't match. Returns javascript alert "Items don't match" and refreshes previous page. 20 I know I could just go to a page with an alert in it, but I was jus...
Pge size (9 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Dana Coffey denigma@bellsouth.net !DOCTYPE HTML PUBLIC " //W3C//DTD HTML 3.2//EN" HTML HEAD META HTTP EQUIV 3D"Content Type" CONTENT 3D"text/html; charset 3Dus ascii" META NAME 3D"Generator" CONTENT 3D"MS Exchange Server version 5.5.2652.35" TITLE Pge size /TITLE /HEAD BODY P FONT SIZE 3D2 Hi all, /FONT /P P FONT SIZE 3D2 Can one dynamically change ...
Modal dialogs (5 replies)
ASPFriends.com 'aspngclient' list
Does anyone know why if I open an ASP.NET page in a modal dialog box and then submit it within that dialog, it opens in a new window? Is there any way to keep the posted to page within the modal dialog? Ollie
Passing a value in a querystring (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Chaz charlesmarkcarroll@yahoo.com I'm using some text as a submit button in a form but I also want to pass a value in the querystring for this button. the code below successfully submits the form, but I'm not getting anything in the querystring for 'OrderBy'. a href "javascript:document.form.action.value 'test.aspx?OrderBy Name';doc ument.form.submi...
Second browser (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Dana Coffey denigma@bellsouth.net I have a page that opens a second browser. When I close the child browser I would like to redirect or refresh the parent browser. What is the recommended method of redirecting or refreshing the parent browser from a child browser? Bryan Sherlock Microsoft Certified System Engineer Microsoft Certified Solution Develo...
Javascript Validate Check of Dynamically Created Checkboxes (2 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Dana Coffey denigma@bellsouth.net Hello, I have several dynamically created checkboxes with id's of "checkbox " with the UNIQUE ID form the database concatenated onto the id name. Anybody know how, in javascript, I would go find all the checkboxes on the page? In the end, I want to compare whether these checkboxes were originially selected with the ...
Disabling the Back Button (3 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Marcie Jones marciejones@yahoo.com Does anyone know how to disable programatically the back button on IE? Joel Zinn jwzinn@aep.com
javascript consumption of webservices (client/server)? (4 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngwebservices] to [aspngclient] by devin devinr@drone interactive.com Hello, I have a web service with javascript/xslt being the languages of choice for consumers. Wrote up a little sample page, going off some previous code: http://www.dnug.net/ReferenceImp.aspx (#4) So the html page gets downloaded to the browser from their web site, and client side javascript calls my web service,...
ASP.Net and DHTML (4 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Chaz charlesmarkcarroll@yahoo.com Howdy howdy. I've been transitioning my code over to .Net over the past few days. Been very impressed with ASP.Net so far. My only gotcha is that I use a LOT of client side controls that I've built over the years... calendar controls, right click context menus, custom dialog, etc. all as client side javascript objec...
Drop down list (3 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Tony Stark IronMan@aspelite.com Is it possible to change the background color, or to highlight in some way, the items in a drop down list, which have been already selected in a particular session ? Regards, Chakravarthy Do You Yahoo!? LAUNCH Your Yahoo! Music Experience http://launch.yahoo.com
prevent caching on the browser? (5 replies)
ASPFriends.com 'aspngclient' list
I have a little app that I wrote that creates an excel file from a table in SQL. When the page that the excel file is accessed from is opened the excel file is created as well as a link to that file. The problem is, even though the excel file is written over... the only way the browser can see changes to the file is if the close the browser and open another. Is there anyway to keep the browser fro...
Reconfiguring the browser (3 replies)
ASPFriends.com 'aspngclient' list
How can I reconfigure the properties of the browser after the it window is open. I want to configure an open window to look like a window opened with the following JavaScript. window.open('URL','mHelp','toolbar no,width 500,height 300,resizable 0'); I found window.resizeTo(x, y) which takes care of the height and width, but I have not found the code for the toolbar or the resizable property. Bryan...
onmouseOver row in datagrid (6 replies)
ASPFriends.com 'aspngclient' list
Copied from [aspngdatagridrepeaterdatalist] to [aspngclient] by Marcie Jones marciejones@yahoo.com I'm using several datagrids where the user can select the row by clicking anywhere on that row. I'd like to be able to show the hand cursor when mousing over databound rows. Does anyone know how to do this? Will
Client side action and server side action (8 replies)
ASPFriends.com 'aspngclient' list
Hi I have a javascript confirm msg that I want to hook up with an asp:button. This isn't the problem, the problem is, depending on the button the user clicked (ok, no) I want the form to be submitted and I want a function to be executed. So, if the user presses the asp:button the javascript confirm appears. If the user presses ok, the form is submitted and a server side function is executed. If th...
frameset tag (4 replies)
ASPFriends.com 'aspngclient' list
Moved from [aspngfreeforall] to [aspngclient] by Ian merk@pacificnet.net Moved from [aspngcommunity] to [aspngfreeforall] by Ian merk@pacificnet.net Hi all, I am not sure to wich group to limit this post to, forgive me if I have cross posted! My issue is with the framset tag: I would like to know what's the order of the urls that are requested from the web server when the page containing framesets...
Full Window - Are IE tools programatically available? (3 replies)
ASPFriends.com 'aspngclient' list
I'm building a pretty complex app via a web client. I don't want the user to have the normal IE browser Menu and Tool Bar visible. They will a) intefere with application, b) take up valuable real estate even in small form, and c) if the user wants to browse the web, I want them to just use another browser window (i.e., i want them in the app doing only app things) Therefore, I want to open the "ap...
JScript.net on the clientside? (2 replies)
ASPFriends.com 'aspngclient' list
Is it possible to use jscript.net on the clientside with ie? Andy Smith Chief Code Monkey
pages expired in some browsers (5 replies, VIP)
ASPFriends.com 'aspngclient' list
www.garynull.com If you click on the button there for 'garys library' you'll get a list of articles which you can page through. For some people, when they click on a number to get the next listing of articles, and then try to go back, they get an error message saying the page has expired. I cant figure out why some people get and some dont. I have IE6 installed and i dont get that error. Someone e...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com