Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3284590
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:10:17+00:00 2026-05-17T20:10:17+00:00

I Have A DocMenu That is working with jquery… one of it’s item is

  • 0

I Have A DocMenu That is working with jquery…

one of it’s item is like this :

        <a class="dock-item" href="#">
            <img src="JQueryDocMenu/Images/1.png" alt="Test" /><span>Test</span></a>

i am using Telerik Rad Windiws For pop up Windows…

when i am using a button or something like that , so every thing is ok for pop up the window…

but when i am using href of that menu it seems there is a problem.

the href in that item is like this :

            <a class="dock-item" href="javascript:OpenWindow();" title="Test">
                <img src="JQueryDocMenu/Images/1.png" alt="Test" /><span></span></a>

the RadWindowManager and It’s Window is Like This :

<telerik:RadWindowManager ID="RadWindowManager1" runat="server" ReloadOnShow="True"
        ShowContentDuringLoad="False" VisibleStatusbar="False" Behavior="Default" InitialBehavior="None"
        EnableEmbeddedSkins="False" EnableEmbeddedBaseStylesheet="False" Skin="SunsetByMe"
        Font-Names="Tahoma" Style="z-index: 8000;" DestroyOnClose="True">
    <Windows>
        <telerik:RadWindow ID="window1" runat="server"
            Behavior="Close" NavigateUrl="~/a/window1.aspx"
            OnClientClose="OnClientClose"
            DestroyOnClose="True" Modal="True">
        </telerik:RadWindow>
    </Windows>
</telerik:RadWindowManager>

and javascript code is like this :

<script type="text/javascript">

  function OpenWindow() {
      Sys.Application.add_load(ow);
  }

  function ow() {
      var oWnd = radopen(null, 'window1');
      Sys.Application.remove_load(ow);
  }

  function OnClientClose(oWnd, args) {

  }
</script>

the onclick event of a button that popup RadWindow (it ‘s ok) is like this :

protected void Button1_Click1(object sender, EventArgs e)
{
    Page.RegisterStartupScript("callWin", "<script type='text/javascript'>OpenWindow();</script>");
}

how can i fix the problem ?

thanks in future advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T20:10:18+00:00Added an answer on May 17, 2026 at 8:10 pm

    Do you need to open RadWindow from the server? If not, you could simply use:

    <a class="dock-item" href="javascript:void(0)" onclick="openWin(); return false">yourlink</a>
    ......
    <script type="text/javascript">
    
    function openWin()
    {
       radopen(null, "window1")
    }
    
    </script>
    

    If you want to open the window from the server, all you need to do is set VisibleOnPageLoad=true.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have a look at this HTML code: <div class=overlay> <a href=#>1</a> <a href=#>1</a> <a
Have this block: jQuery(document).ready(function($) { $(img[src$='.jpeg'], img[src$='.jpg'], img[src$='.png'], img[src$='.gif']).wrap('<div class=b-img/>').each(function() { var src =
have written this little class, which generates a UUID every time an object of
have a class structure like so Permit -> Financial ->ICollection instrumentList Instrument -> Agency
I have found this code to make a menu that collapses when the user
I have an URL like this: http://site.com/galleries/galleryname/imageID123/lightbox/ and using a script to replace the
Have written all the code in a silverlight class library (dll) and linked this
Have a Facebook app that is failing as of this morning with the following
Have a procedure which looks like Procedure TestProc(TVar1, TVar2 : variant); Begin TVar1 :=
Have deployed numerous report parts which reference the same view however one of them

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.