473,385 Members | 2,014 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

javascript

<A
href=javascript:void(window.open(profile.aspx?id=< %#container.dataitem("tblauthors.id")%'>,'profile' ,'toolbar=no,status=no,menubar=no,scrollbars=no,re sizable=no,copyhistory=no,width=450,height=250'))>

the above link returns
javascript:void(window.open(profile.aspx?id=1,'pro file','toolbar=no,status=no,menubar=no,scrollbars= no,resizable=no,copyhistory=no,width=450,height=25 0'))
and I think it has no problem, but it doesn't work.
Nov 18 '05 #1
4 1656
Hi,
I have encountered this before. So, I usually make it like this:

<A href='<%# "javascript:void(window.open('profile.aspx?id= " &
Container.DataItem("tblauthors.id") &
"','profile','toolbar=no,status=no,menubar=no,scro llbars=no,resizable=no,cop
yhistory=no,width=450,height=250'))" %>'>

HTH

"Saber" <saber[--AT--]maghalat.com> wrote in message
news:e8**************@TK2MSFTNGP12.phx.gbl...
<A
href=javascript:void(window.open(profile.aspx?id=< %#container.dataitem("tbla
uthors.id")%'>,'profile','toolbar=no,status=no,men ubar=no,scrollbars=no,resi
zable=no,copyhistory=no,width=450,height=250'))>

the above link returns
javascript:void(window.open(profile.aspx?id=1,'pro file','toolbar=no,status=n
o,menubar=no,scrollbars=no,resizable=no,copyhistor y=no,width=450,height=250'
))
and I think it has no problem, but it doesn't work.

Nov 18 '05 #2
Thanks Shiva,
But that doesn't works.
It gives parser error.

I did it step by step, played with " and ' , removed some propeties, then
add them again, it works now :)
"Shiva" <sh******@online.excite.com> wrote in message
news:eV**************@tk2msftngp13.phx.gbl...
Hi,
I have encountered this before. So, I usually make it like this:

<A href='<%# "javascript:void(window.open('profile.aspx?id= " &
Container.DataItem("tblauthors.id") &
"','profile','toolbar=no,status=no,menubar=no,scro llbars=no,resizable=no,cop
yhistory=no,width=450,height=250'))" %>'>

HTH

"Saber" <saber[--AT--]maghalat.com> wrote in message
news:e8**************@TK2MSFTNGP12.phx.gbl...
<A
href=javascript:void(window.open(profile.aspx?id=< %#container.dataitem("tbla
uthors.id")%'>,'profile','toolbar=no,status=no,men ubar=no,scrollbars=no,resi
zable=no,copyhistory=no,width=450,height=250'))>

the above link returns
javascript:void(window.open(profile.aspx?id=1,'pro file','toolbar=no,status=n
o,menubar=no,scrollbars=no,resizable=no,copyhistor y=no,width=450,height=250'
))
and I think it has no problem, but it doesn't work.

Nov 18 '05 #3
Sorry abut that. Should be some typo :-(

"Saber" <saber[--AT--]maghalat.com> wrote in message
news:eg**************@TK2MSFTNGP11.phx.gbl...
Thanks Shiva,
But that doesn't works.
It gives parser error.

I did it step by step, played with " and ' , removed some propeties, then
add them again, it works now :)
"Shiva" <sh******@online.excite.com> wrote in message
news:eV**************@tk2msftngp13.phx.gbl...
Hi,
I have encountered this before. So, I usually make it like this:

<A href='<%# "javascript:void(window.open('profile.aspx?id= " &
Container.DataItem("tblauthors.id") &
"','profile','toolbar=no,status=no,menubar=no,scro llbars=no,resizable=no,cop yhistory=no,width=450,height=250'))" %>'>

HTH

"Saber" <saber[--AT--]maghalat.com> wrote in message
news:e8**************@TK2MSFTNGP12.phx.gbl...
<A
href=javascript:void(window.open(profile.aspx?id=< %#container.dataitem("tbla uthors.id")%'>,'profile','toolbar=no,status=no,men ubar=no,scrollbars=no,resi zable=no,copyhistory=no,width=450,height=250'))>

the above link returns
javascript:void(window.open(profile.aspx?id=1,'pro file','toolbar=no,status=n o,menubar=no,scrollbars=no,resizable=no,copyhistor y=no,width=450,height=250' ))
and I think it has no problem, but it doesn't work.


Nov 18 '05 #4
No problem,
It is ok now!

"Shiva" <sh******@online.excite.com> wrote in message
news:O3**************@TK2MSFTNGP09.phx.gbl...
Sorry abut that. Should be some typo :-(

"Saber" <saber[--AT--]maghalat.com> wrote in message
news:eg**************@TK2MSFTNGP11.phx.gbl...
Thanks Shiva,
But that doesn't works.
It gives parser error.

I did it step by step, played with " and ' , removed some propeties, then
add them again, it works now :)
"Shiva" <sh******@online.excite.com> wrote in message
news:eV**************@tk2msftngp13.phx.gbl...
Hi,
I have encountered this before. So, I usually make it like this:

<A href='<%# "javascript:void(window.open('profile.aspx?id= " &
Container.DataItem("tblauthors.id") &

"','profile','toolbar=no,status=no,menubar=no,scro llbars=no,resizable=no,cop
yhistory=no,width=450,height=250'))" %>'>

HTH

"Saber" <saber[--AT--]maghalat.com> wrote in message
news:e8**************@TK2MSFTNGP12.phx.gbl...
<A

href=javascript:void(window.open(profile.aspx?id=< %#container.dataitem("tbla

uthors.id")%'>,'profile','toolbar=no,status=no,men ubar=no,scrollbars=no,resi
zable=no,copyhistory=no,width=450,height=250'))>

the above link returns

javascript:void(window.open(profile.aspx?id=1,'pro file','toolbar=no,status=n

o,menubar=no,scrollbars=no,resizable=no,copyhistor y=no,width=450,height=250'
))
and I think it has no problem, but it doesn't work.


Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.