Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

bhatted

@bhatted
About
Posts
28
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I have problem with bookmark(Javascript) in opera.It works in other browser.
    B bhatted

    HI, I am using Javascript for bookmark in my project.Here is the code function prepBookmarkLink() { if (window.sidebar && window.opera && window.print) { var bkmkLink = document.getElementById('bookmarkLink'); // bkmkLink.rel = 'sidebar'; // bkmkLink.href = location.href; // bkmkLink.title = document.title; // bkmkLink.setAttribute('href',document.URL); // bkmkLink.setAttribute('title',document.title); // bkmkLink.setAttribute('rel','sidebar'); // bkmkLink.click(); } } function bookmark(){ var title = document.title; var url= document.URL; var ua=navigator.userAgent.toLowerCase(); var isKonq=(ua.indexOf('konqueror')!=-1); var isSafari=(ua.indexOf('webkit')!=-1); var isMac=(ua.indexOf('mac')!=-1); var buttonStr=isMac?'Command/Cmd':'CTRL'; if(window.sidebar){ window.sidebar.addPanel(title,url,""); } else if(window.opera && window.print) { prepBookmarkLink(); // (document.write('[Add Bookmark](javascript:bookmark())')); var elem = document.createElement('a'); elem.setAttribute('href',url); elem.setAttribute('title',title); elem.setAttribute('rel','sidebar'); elem.click(); // var a=document.createElement('a'); // a.href=location.href; // // // a.rel='sidebar'; // this makes it work in Opera 7+ // a.click(); // // a.title=document.title; // return cont.appendChild(a); // // document.write('Bookmark Site'); alert('test'); } else if(window.external && (!document.createTextNode || (typeof(window.external.AddFavorite)=='unknown'))) { // IE4/Win generates an error when you // execute "typeof(window.external.AddFavorite)" // In IE7 the page must be from a web server, not directly from a local // file system, otherwise, you will get a permission denied error. window.external.AddFavorite(url, title); // IE/Win } else if(isKonq) { alert('You need to press CTRL + B to bookmark our site.'); } else if(window.opera) { alert("dfsdf"); void(0); // do nothing here (Opera 7+) //return true; } else if(window.home || isSafari) { // Firefox, Netscape, Safari, iCab alert('You need to press '+buttonStr+' + D to bookmark our site.'); } else if(!window.print || isMac) { // IE5/Mac and Safari 1.0 alert('You

    Java help javascript sysadmin question

  • text resize in my web page
    B bhatted

    IN c# i am accessing javascript.Do you have any idea .Please let me know. Thnaks

    C# javascript tutorial

  • text resize in my web page
    B bhatted

    Hi, I have code in javascript but it resize the text it also resize the image in my page.Let me know how to avoid resize of the image. function resizeText(multiplier) { if (document.body.style.fontSize == "") { document.body.style.fontSize = "12px"; document.body.style.lineHeight = "14px"; } var fontSize = parseInt(document.body.style.fontSize) + (multiplier * 1); if (fontSize <= 17 && fontSize >= 12) { document.body.style.fontSize = parseInt(document.body.style.fontSize) + (multiplier * 1) + "px"; document.body.style.lineHeight = parseInt(document.body.style.lineHeight) + (multiplier * 1) + "px"; var p = document.getElementsByTagName('p'); for (i = 0; i < p.length; i++) { p[i].style.fontSize = (parseInt(document.body.style.fontSize) + "px"); p[i].style.lineHeight = (parseInt(document.body.style.lineHeight) + "px"); }}}

    C# javascript tutorial

  • gridview problem
    B bhatted

    when there is no result then in FireFox it won't display properly.But in IE it display correctly.So how should i do this

    C# css help

  • gridview problem
    B bhatted

    Hi, I fixed the height=500px but there is no changes.And it attached to menu it should looks very small.I need both height should be same Thanks

    C# css help

  • problem when i click on pdf it gives ":too many arguments"
    B bhatted

    Coumadin: Patient Guide

    Understanding Your COUMADIN (Warfarin Sodium Tablets, USP) Therapy Brochure

    A helpful guide that answers important questions, including how COUMADIN® (Warfarin Sodium Tablets, USP) works, diet and drug interactions, and the importance of therapy. Also available in Spanish.

    Click here for a printer-friendly version

    C# csharp oracle help

  • gridview problem
    B bhatted

    hi, use Grid view for search result in my web page.when i click on search button if there is result it gives properly according to my page.when there is no result it becomes small and on my page there is menu it looks big and search result is attached to it.It looks small.I tried to increase height of grid view but there is no effect.How should i solve this Thanks

    C# css help

  • problem when i click on pdf it gives ":too many arguments"
    B bhatted

    Hi, After i paste time it works but after that it won't work.It gives "too many arguments"

    Coumadin: Patient Guide

    Understanding Your COUMADIN (Warfarin Sodium Tablets, USP) Therapy Brochure

    A helpful guide that answers important questions, including how COUMADIN® (Warfarin Sodium Tablets, USP) works, diet and drug interactions, and the importance of therapy. Also available in Spanish.

    Click here for a printer-friendly version

    C# csharp oracle help

  • problem when i click on pdf it gives ":too many arguments"
    B bhatted

    Hi, On webpage when i click on pdf it's gives "too many arguments".I tried to to paste the pdf then it's working for first time.But again same problem.So what to do this.I am using C# and Oracle. Thanks

    C# csharp oracle help

  • using MSN live search Webservice but giving error
    B bhatted

    when i run my project,it's giving the error as Unable to automatically step into the server. Connecting to the server machine 'soap.search.live.com' failed. The debugger cannot connect to the remote computer. This may be because the remote computer does not exist or a firewall may be preventing communication to the remote computer. Please see Help for assistance. what should i do to access MSN live search webservice(com.msn.live.com)

    C# help wcf com sysadmin debugging

  • Hi
    B bhatted

    i can't access my MSN application ID in my project.I created APPID and added the web refernce.When i run and click on submit it's going in catch and refershing the page.

    C#

  • code problem
    B bhatted

    I am using content clob to store whole page(HTML) in asp.net(C#) in sql navigator.now i want to link my code with search button in html

    C# database html help

  • code problem
    B bhatted

    I am storing all html pages in DB through SQL Navigator.IN html page , the search option is available.Now i have to declare the variable in the code to run the search item after you hit GO button.How should i declare it

    C# database html help

  • difference between appsettings and settings
    B bhatted

    IN one project they used appsettings 4 Msn live search.In my project they asked to use MSN but it's settings so how to define appidsearch in settings.They didn't use the add key Thanks

    C# tutorial

  • I got job in c#
    B bhatted

    HI, I got job in C# ,i was wondered how will be the project . i have Microsoft certification in asp.net.I know the concepts but i learned long back in 2005. Thanks

    C# csharp asp-net career

  • interview in accenture
    B bhatted

    Hi, I have interview in accenture.It's 3rd round and with project lead.My techniqual round is over.so i let me know what they are going to ask in this round. Thanks

    Work Issues career

  • sql server configuration manager
    B bhatted

    I have sql server configuration manager.when i click on that sql server 2005 services sql server 2005 network configuration sql native client configuration I don't have management studio. I tried to load again it's giving warning: The current system does not meet the recommended hardware requirements for this SQL Server release. For detailed hardware and software requirements, see the readme file or SQL Server Books Online. I saw it requires 512MB of RAM and i have 256MB Thanks

    Database database csharp sql-server sysadmin tutorial

  • How to set up an SQL Server
    B bhatted

    hi, It's giving warning that The current system does not meet the recommended hardware requirements for this SQL Server release. For detailed hardware and software requirements, see the readme file or SQL Server Books Online. My Ram is 256MB.IT's need 512MB.so what should i do. IF you have any website where i can load sql server 2002. Thanks

    Database database question sql-server sysadmin tutorial

  • sql server configuration manager
    B bhatted

    Hello, I installed sql server 2005 and i have sql configuration manager.so please tell me how to access it to create database and tables ,so that i can work on .net Thanks

    Database database csharp sql-server sysadmin tutorial

  • i installed sql server 2005 it's giving error
    B bhatted

    When i installed sql server its giving error: sql server service failed to start:sql server books online:"how to view sql 2005 setup logfiles and sql server manually I have sql server configuration manager.How can i use this to create database and table.Please help me.

    Database database sql-server sysadmin help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups