Skip to content
WJunction - Webmaster Forum

I Want This js .. Please

Status
Not open for further replies.

1 comment

Hey dav1d,
I guess you can use GPT for such task:

<script>
function openPopup() {
// Specify the URL you want to open in the popup
var url = 'URL"';

// Specify the window features (optional)
var features = 'width=600,height=400,resizable=yes,scrollbars=yes';

// Open the popup window
window.open(url, 'PopupWindow', features);
}
</script>
 
Status
Not open for further replies.

About the author

D
Active Member · Joined
248
Messages
140
Reactions
43
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom