# Cromeless windows diffrent Urls

**URL:** https://forum.kirupa.com/t/cromeless-windows-diffrent-urls/93436
**Category:** Uncategorized
**Created:** [October 30, 2003, 8:21pm UTC](https://forum.kirupa.com/t/cromeless-windows-diffrent-urls/93436 "2003-10-30T20:21:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![T\_O](https://avatars.discourse-cdn.com/v4/letter/t/cc9497/32.png) [@T\_O](https://forum.kirupa.com/u/T_O)
#### Post date: [October 30, 2003, 8:21pm UTC](https://forum.kirupa.com/t/cromeless-windows-diffrent-urls/93436/1 "2003-10-30T20:21:01Z")

</div>

I took a look at : [http://www.kirupa.com/developer/mx2004/chromeless.htm](http://www.kirupa.com/developer/mx2004/chromeless.htm)  
I was wondering if you could let “var b” in the javaskript undifinde. And then defining it in the link in the lfah movie

like:

```auto
chromeless.onPress = function()
{
	getURL("javascript:myChromeless.openChromeless(b=http://www.kirupa.com/newdesign/tutlist.htm)");	
}

```

and if you can do such a thing. can you let 2 or more vars undifinde. like b and y

```auto
chromeless.onPress = function()
{
	getURL("javascript:myChromeless.openChromeless(b=http://www.kirupa.com/newdesign/tutlist.htm, y=Example by Kirupa)");	
}

```

Just wondering, please help me out. TNX  
regards, T-O
