I need to create a cell in the clickable HTML table. When this event occurs, a pop- Up or window is shown with some information. My current HTML code here:
& lt; Table class = "table 1" & gt; & Lt; Thead & gt; & Lt; TR & gt; & Lt; Th scope = "colonel" & gt; AAAA & lt; / Th & gt; & Lt; Th scope = "colonel" & gt; BBBB & lt; / Th & gt; .... & lt; / Tr & gt; & Lt; / Thead & gt; & Lt; Tbody & gt; & Lt ;? Php $ mystring = ""; ... resonate '& lt; Td scope = "line" style = "width: 300px" & gt; ' $ Mystrin '& Lt; / Td> '; Echo & lt; td style = "background color: #fffff" & gt; & Lt; / Td> '; ...? & Gt; & Lt; / Tbody & gt; & Lt; / Table & gt; Now, "mystring $" is displayed inside the cell I want to paint a cell (i.e., background color: # 388643 ") and if I click on it, then The pop-up is displayed with the string "$ mystring".
I use the pop-up:
echo " "; but I'm not able to link it to the" Click this cell "event.
Using pure javascript without JS framework
gt; & lt; / td & gt; '.... . & Gt; & lt; / tbody & gt;
Popular posts from this blog
I'm only using annotation configuration, the server starts, but when I use some pages error is displayed: Warning: no mapping found for HTTP request with URI [/WEB-INF/view/main.jsp] name 'org.springframework.web.servlet.DispatcherServlet -D7259e with DispatcherServlet in Controller mapping works fine, but no JSP page is full. I am using Jetty 9.2.0.M0 and Spring MVC 4.0.4 release. JetTyP Config: Private Static Last String CONTEXT_PATH = "/"; Private Static Last String MAPPING_URL = "/ *"; Private Zero Server (Int port) throws exceptions {server server = new server (port); Server.addLifeCycleListener (New LifeCycleListener ()); Server.setHandler (getServletContextHandler (getContext ())); Server.start (); Server.join (); } Private static ServletContextHandler getServletContextHandler (WebApplicationContext context) throws IOException {LOGGER.info ( "ServletContextHandler is ready"); CircleContaxHandler themeHandler = new circactont...
मेरे पास एक स्ट्रिंग है "& lt; कैनवास पृष्ठभूमि =" # एफएफएफएफएफएफएफ "नाम = "पृष्ठ 1" चौड़ाई = "1200" ऊंचाई = "900" & gt; & lt; टेक्स्टब्लॉक नाम = "पृष्ठ शीर्षक" /> gt; & lt; / कैनवास & gt; & lt; कैनवास पृष्ठभूमि = "# FF00FFFF" नाम = "पेज_2" चौड़ाई = "1200 "ऊंचाई =" 900 "& gt; & lt; टेक्स्टब्लॉक नाम =" पेजटाइटल "/> & lt; / कैनवास & gt;" मैं इस स्ट्रिंग को सरणी में विभाजित करना चाहता हूं [& lt; कैनवास पृष्ठभूमि = "# एफएफएएफएफएफएफ" नाम = "पेज_1" चौड़ाई = "1200" ऊँचाई = "900" & gt; & lt; टेक्स्टबॉक नाम = "पेजटाइटल" /> & lt; / कैनवास & gt;], [& lt; कैनवास पृष्ठभूमि = "# एफएफएफएफएफएफएफ" नाम = "पेज 2" चौड़ाई = "1200" ऊँचाई = "900" & gt; & lt; टेक्स्टबॉक नाम = "पेजटाइटल" /> & lt; / कैनव...
I have a VB Net has a web service function that will send criteria to an SQL server stored function. Everything works perfectly for two months in the deployment machine. but now error The process or function GetEmployeeDetails is expected to have a parameter @progress which was not supplied 'P> posted on the machine Just came once. Everything works fine before and after the error. Web service code: public function GetLocation (ByVal as the oldNumber integer, ByVal integer as NewNumber, ByVal as the location string, Byval progress form In the form of a string, byVal name as string, byVal ID as string, try the string as Command1 = New SqlCommand ("GetEmployeeDetails" Connection1) with Command1. CommonType = CommandType Stored Surechers Parameter.ed ("@ old number", SQLDB type.int). Value = old number. Parameter.ed ("New Numer", SQLDB type.ins). Value = Newamer. Parameter. Add ("@Space", SQLBT Ype.VarChar, 10). Value = loc...
Comments
Post a Comment