473,395 Members | 1,937 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,395 software developers and data experts.

Problem with VS.NET: Could not open in Design view. Place quotes around a '<%%>'

I know this problem has been discussed before but still cannot work it
out, here is my code:

<span class="popup" onClick =
javascript:window.open('fullimage.aspx?id=<%#
DataBinder.Eval(Container.DataItem,"id")
%>',"blank","toolbar=no,width=520,height=550","res izable=0")>

<IMG src="/ch/gallery/t<%# DataBinder.Eval(Container.DataItem, "id")
%>.jpg"
style="cursor:hand" border="0">
</span>

I have tried every possible combination of quotas....stll no help

Anyone has any idea? I appreciate it

Nov 19 '05 #1
2 1471
try this

<span class='popup' onClick = javascript:window.open('fullimage.aspx?id=<%#

DataBinder.Eval(Container.DataItem,"id")%>','blank ','toolbar=no,width=520,height=550','resizable=0') >

<IMG src='/ch/gallery/t<%# DataBinder.Eval(Container.DataItem, "id")%>.jpg'
style='cursor:hand' border='0'>

</span>

"Aahz" wrote:
I know this problem has been discussed before but still cannot work it
out, here is my code:

<span class="popup" onClick =
javascript:window.open('fullimage.aspx?id=<%#
DataBinder.Eval(Container.DataItem,"id")
%>',"blank","toolbar=no,width=520,height=550","res izable=0")>

<IMG src="/ch/gallery/t<%# DataBinder.Eval(Container.DataItem, "id")
%>.jpg"
style="cursor:hand" border="0">
</span>

I have tried every possible combination of quotas....stll no help

Anyone has any idea? I appreciate it

Nov 19 '05 #2
Try using \' like this:

<span class="popup" onClick =javascript:window.open('fullimage.aspx?id=\'<%#
DataBinder.Eval(Container.DataItem,"id")
%>\'',"blank","toolbar=no,width=520,height=550","r esizable=0")>

and the same in the <img..>

Eliyahu

"Aahz" <ju*******@hotmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
I know this problem has been discussed before but still cannot work it
out, here is my code:

<span class="popup" onClick =
javascript:window.open('fullimage.aspx?id=<%#
DataBinder.Eval(Container.DataItem,"id")
%>',"blank","toolbar=no,width=520,height=550","res izable=0")>

<IMG src="/ch/gallery/t<%# DataBinder.Eval(Container.DataItem, "id")
%>.jpg"
style="cursor:hand" border="0">
</span>

I have tried every possible combination of quotas....stll no help

Anyone has any idea? I appreciate it

Nov 19 '05 #3

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

Similar topics

2
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are...
2
by: Donald Firesmith | last post by:
I am having trouble having Google Adsense code stored in XSL converted properly into HTML. The <> unfortunately become &lt; and &gt; and then no longer work. XSL code is: <script...
1
by: Ken Briscoe | last post by:
Hi all, Longtime listener, first time caller...anyways, I'm just starting out (literally...I've done the obligatory "Hello, World" and messed around a little more). What I want to do is create an...
0
by: Haffe | last post by:
I'm trying to get something back from a server. The communication between is XML. But I can't make it work. My asp.net code (doesn't work!): Dim requestText, serverResponseText As String ...
17
by: roN | last post by:
Hi, I'm creating a Website with divs and i do have some troubles, to make it looking the same way in Firefox and IE (tested with IE7). I checked it with the e3c validator and it says: " This...
0
by: 2Barter.net | last post by:
newsmail@reuters.uk.ed10.net Fwd: Money for New Orleans, AL & GA Inbox Reply Reply to all Forward Print Add 2Barter.net to Contacts list Delete this message Report phishing Show original
1
by: Ezmeralda | last post by:
Hello, I need to an TCP/IP Interface for communication with an embedded device. Since I have two different design ideas in mind, I am wondering whether you could give me some hints to decide:...
3
by: ajay2552 | last post by:
Hi, I have a query. All html tags start with < and end with >. Suppose i want to display either '<' or '>' or say some text like '<Company>' in html how do i do it? One method is to use &lt,...
3
by: newbie | last post by:
Same thing g++ complains when using hash_map<>, but is happy with map<--I understand hahs_map is not standardized, but since the compiler didn't complain something like 'hash_map<not defined', I...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.