CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 popup windows

Print topic Send  topic

Author Message
mick
Posted: 07/29/2003, 8:59 AM

I would like to create a popup window for ad new entry
in a list box can any one provide instructions
also is it possible to add code to a list box when clicked this
window will open.
thanks in advance mick
ssc497
Posted: 07/29/2003, 1:59 PM

what language tools are you using?
Is it a web based app or windows based?
Wayne
Posted: 07/29/2003, 3:02 PM

Mick, I have some sample code from somebody from codecharge which can do the listbox stuff you want - it was not simple to do which is why Iwas stuffed and could not figure out how to do it... apparently itis easier with jave but I have no idea of this either. Anyway I have the project code if you would like to get a copy of it..
Mick
Posted: 07/30/2003, 4:31 AM

popup windows
Thanks Wayne I would like a copy Tomorourke@ennismail.ie
If I figure it out I will send my findings back to you.
I can do the pop ups very easly in frontpage with j-bots components
BUT I wanted to do in codecharge studio.

Thanks again Mick
Mick
Posted: 07/30/2003, 4:40 AM

Thanks for your reply ssc497
I am useing ccs asp+templates
Mick
willieidallas
Posted: 08/14/2003, 7:22 PM

Here is a javascript that creates a popup menu. Hope this help.

<script language="JavaScript">
function SelectIt(){
if (document.bpo.billOptions.options[document.bpo.billOptions.selectedIndex].value != "none"){
url = document.bpo.billOptions.options[document.bpo.billOptions.selectedIndex].value
NewWindow=window.open( url ,"_NewWindow_","toolbar=0,location=0,status=0,width=420,height=370")}
}
//-->
</script>

***********html for list box***********

<select name="billOptions" onchange="SelectIt()" size="1" style="WIDTH: 152px">
<option value="Send Bill with order" selected>Send Bill with order</option>
{billOptions_Options}
</select>
Marcus
Posted: 08/14/2003, 7:39 PM

"...I have some sample code from somebody from codecharge which can do the listbox stuff you want "
==========================================================================
Wayne,

Please, I would like a copy send to: rex_marcus@yahoo.com
Headhunter
Posted: 08/15/2003, 3:28 AM

http://www.sylvancomputing.com/ccs/

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.